.rubocop.yml in yamls-0.1.0 vs .rubocop.yml in yamls-0.1.1
- old
+ new
@@ -1,6 +1,15 @@
AllCops:
- TargetRubyVersion: 2.4
+ TargetRubyVersion: 2.5
+ Exclude:
+ - 'vendor/**/*'
+ - "example/**/*"
+ - "spec/*"
+ - "yamls.gemspec"
+ - "Gemfile"
+
+inherit_gem:
+ rubocop-discourse: default.yml
Style/StringLiterals:
Enabled: true
EnforcedStyle: double_quotes