.rubocop.yml in auxiliary_rails_resourceable-0.1.0 vs .rubocop.yml in auxiliary_rails_resourceable-0.1.1
- old
+ new
@@ -2,11 +2,18 @@
- rubocop-performance
- rubocop-rake
- rubocop-rspec
AllCops:
+ Exclude:
+ - bin/bundle
+ - bin/rake
+ - bin/rspec
+ - bin/rubocop
+ - vendor/**/* # fix for CI
TargetRubyVersion: 2.5
NewCops: enable
+
#################### Layout ##############################
Layout/ArgumentAlignment:
EnforcedStyle: with_fixed_indentation