.rubocop.yml in fat_free_crm-0.15.2 vs .rubocop.yml in fat_free_crm-0.16.0

- old
+ new

@@ -1,15 +1,34 @@ inherit_from: .rubocop_todo.yml + AllCops: TargetRubyVersion: 2.3 +Lint/ScriptPermission: + Exclude: + - 'Rakefile' + +Bundler/OrderedGems: + Enabled: false + StringLiterals: Enabled: false Metrics/LineLength: Enabled: false +Style/EmptyMethod: + EnforcedStyle: expanded + Style/MutableConstant: Enabled: false +# See #647 +Style/SafeNavigation: + Enabled: false + +Style/WordArray: + Exclude: + - 'db/schema.rb' + Style/SymbolArray: - EnforcedStyle: percent \ No newline at end of file + EnforcedStyle: percent