File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1010end
1111
1212# TestProf is not able to detect what version of RuboCop we're using, so we need to manually import its cops.
13- # For more details, see https://github.com/test-prof/test-prof/blob/v1.4.4 /lib/test_prof/rubocop.rb
13+ # For more details, see https://github.com/test-prof/test-prof/blob/v1.5.0 /lib/test_prof/rubocop.rb
1414Warnings . ignore ( /TestProf cops require RuboCop >= 0.51.0 to run/ ) do
1515 # All this file does is check the RuboCop version and require the files below.
1616 # If we don't require this now while the warning is ignored, we'll see the warning again later
1919
2020 # This is copied from test-prof/rubocop.rb, and is necessary because that file returns early if the RuboCop version
2121 # check isn't met.
22- # Note: when the next version of TestProf is released, this will need to change to support RuboCop's plugin system.
23- # See: https://github.com/test-prof/test-prof/pull/321
24- require "test_prof/cops/inject"
22+ require "test_prof/cops/plugin"
2523 require "test_prof/cops/rspec/aggregate_examples"
2624end
2725
You can’t perform that action at this time.
0 commit comments