.rubocop.yml in statesman-1.1.0 vs .rubocop.yml in statesman-1.2.0
- old
+ new
@@ -2,12 +2,15 @@
AllCops:
Include:
- Rakefile
- statesman.gemfile
+ - lib/tasks/*.rake
Exclude:
- - vendor/**
+ - vendor/**/*
+ - .*/**
+ - spec/fixtures/**/*
StringLiterals:
Enabled: false
Documentation:
@@ -34,5 +37,8 @@
GuardClause:
Enabled: false
SingleSpaceBeforeFirstArg:
Enabled: false
+
+Style/DotPosition:
+ EnforcedStyle: 'trailing'