.rubocop.yml in fat_free_crm-0.15.0.beta vs .rubocop.yml in fat_free_crm-0.15.0.beta.2

- old
+ new

@@ -1,5 +1,12 @@ +inherit_from: .rubocop_todo.yml +AllCops: + TargetRubyVersion: 2.3 + StringLiterals: Enabled: false Metrics/LineLength: Enabled: false + +Style/MutableConstant: + Enabled: false \ No newline at end of file