.rubocop.yml in influxdb-rails-1.0.0.beta3 vs .rubocop.yml in influxdb-rails-1.0.0.beta4
- old
+ new
@@ -30,10 +30,11 @@
Max: 20
Metrics/BlockLength:
Exclude:
- 'spec/**/*.rb'
+ - 'influxdb-rails.gemspec'
Metrics/LineLength:
Max: 100
Exclude:
- 'spec/**/*.rb'
@@ -49,9 +50,13 @@
AllowedNames: [io, id, db, ex]
Naming/FileName:
Exclude:
- lib/influxdb-rails.rb
+ - sample-dashboard/Rakefile
+
+Style/Documentation:
+ Enabled: false
Style/FormatStringToken:
Enabled: false
Style/FrozenStringLiteralComment: