.rubocop.yml in roda-endpoints-0.3.0 vs .rubocop.yml in roda-endpoints-0.3.1
- old
+ new
@@ -11,9 +11,13 @@
Exclude:
- rakelib/**/*.rb
- spec/**/*.rb
- vendor/**/*.rb
+Metrics/ModuleLength:
+ Exclude:
+ - lib/roda/plugins/endpoints.rb
+
# It is 2017, UTF time!
Style/AsciiComments:
Enabled: false