.rubocop.yml in pgrel-0.1.0 vs .rubocop.yml in pgrel-0.1.1
- old
+ new
@@ -17,13 +17,9 @@
- 'bin/**/*'
RunRailsCops: false
DisplayCopNames: true
StyleGuideCopsOnly: false
-Style/Documentation:
- Exclude:
- - 'lib/**/version.rb'
-
Metrics/LineLength:
Max: 100
Metrics/MethodLength:
Max: 15
\ No newline at end of file