.rubocop.yml in wor-batchifier-0.0.2 vs .rubocop.yml in wor-batchifier-1.0.0
- old
+ new
@@ -1,25 +1,25 @@
-# This is the configuration used to check the rubocop source code.
-
-AllCops:
- Exclude:
- - spec/spec_helper.rb
- - db/**/*
- - docs/**/*
- - config/**/*
- - bin/**/*
- - spec/**/**
-
-Documentation:
- Enabled: false
-
-LineLength:
- Max: 99
-
-HasAndBelongsToMany:
- Enabled: false
-
-Style/FrozenStringLiteralComment:
- Enabled: false
-
-Metrics/BlockLength:
- ExcludedMethods: ['register', 'describe', 'show', 'shared_examples', 'context', 'form', 'has_many', 'inputs']
+# This is the configuration used to check the rubocop source code.
+
+AllCops:
+ Exclude:
+ - spec/spec_helper.rb
+ - db/**/*
+ - docs/**/*
+ - config/**/*
+ - bin/**/*
+ - spec/**/**
+
+Documentation:
+ Enabled: false
+
+LineLength:
+ Max: 99
+
+HasAndBelongsToMany:
+ Enabled: false
+
+Style/FrozenStringLiteralComment:
+ Enabled: false
+
+Metrics/BlockLength:
+ ExcludedMethods: ['register', 'describe', 'show', 'shared_examples', 'context', 'form', 'has_many', 'inputs']