We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f678818 commit 5395638Copy full SHA for 5395638
.rubocop.yml
@@ -120,5 +120,9 @@ RSpec/NestedGroups:
120
RSpec/MultipleMemoizedHelpers:
121
Enabled: false
122
123
+RSpec/SpecFilePathFormat:
124
+ CustomTransform:
125
+ RuboCopCompatibility: rubocop_compatibility
126
+
127
RSpec/StubbedMock:
128
spec/rubocop/ast/rubocop_compatibility_spec.rb
@@ -1,6 +1,6 @@
1
# frozen_string_literal: true
2
3
-RSpec.describe RuboCop::AST::RuboCopCompatibility do # rubocop:disable RSpec/FilePath
+RSpec.describe RuboCop::AST::RuboCopCompatibility do
4
subject(:callback) { RuboCop::AST.rubocop_loaded }
5
6
before do
0 commit comments