.rubocop.yml in oneaccess-0.1.7 vs .rubocop.yml in oneaccess-0.1.8

- old
+ new

@@ -1,21 +1,28 @@ Style/Documentation: Enabled: false + Style/StringLiterals: EnforcedStyle: double_quotes + Style/AlignHash: EnforcedHashRocketStyle: table EnforcedColonStyle: table + Metrics/ClassLength: Max: 120 + Metrics/LineLength: Max: 120 + Metrics/AbcSize: Max: 18 + AllCops: TargetRubyVersion: 2.3 DisplayCopNames: true DisplayStyleGuide: true Exclude: - 'spec/**/*' - 'test/**/*' - 'vendor/**/*' + - 'bin/**/*'