.rubocop.yml in nulogy_graphql_api-4.1.0 vs .rubocop.yml in nulogy_graphql_api-4.2.0
- old
+ new
@@ -1,9 +1,11 @@
require:
- rubocop-performance
+ - rubocop-rails
- rubocop-rake
- rubocop-rspec
+ - rubocop-rspec_rails
inherit_from:
- .rubocop.directories.yml
AllCops:
@@ -110,9 +112,12 @@
Lint/UnmodifiedReduceAccumulator:
Enabled: true
Metrics:
+ Enabled: false
+
+Rails/Output:
Enabled: false
RSpec/AnyInstance:
Enabled: false