.rubocop.yml in electionbuddy-ruby-0.1.0 vs .rubocop.yml in electionbuddy-ruby-0.2.0
- old
+ new
@@ -4,5 +4,15 @@
Style/StringLiterals:
EnforcedStyle: double_quotes
Style/StringLiteralsInInterpolation:
EnforcedStyle: double_quotes
+
+Style/Documentation:
+ Enabled: false
+
+Naming/FileName:
+ Exclude:
+ - 'lib/electionbuddy-ruby.rb'
+
+Metrics/MethodLength:
+ Max: 15
\ No newline at end of file