.rubocop.yml in ykxutils-0.1.1 vs .rubocop.yml in ykxutils-0.1.2

- old
+ new

@@ -1,28 +1,28 @@ -require: - - rubocop-rake - - rubocop-rspec - -inherit_from: .rubocop_todo.yml - -AllCops: - TargetRubyVersion: 2.6 - -Style/StringLiterals: - Enabled: true - EnforcedStyle: double_quotes - -Style/StringLiteralsInInterpolation: - Enabled: true - EnforcedStyle: double_quotes - -Style/FrozenStringLiteralComment: - Enabled: false - -Style/RedundantBegin: - Enabled: false - -Layout/LineLength: - Max: 120 - -Style/Documentation: - Enabled: false +require: + - rubocop-rake + - rubocop-rspec + +inherit_from: .rubocop_todo.yml + +AllCops: + TargetRubyVersion: 2.6 + +Style/StringLiterals: + Enabled: true + EnforcedStyle: double_quotes + +Style/StringLiteralsInInterpolation: + Enabled: true + EnforcedStyle: double_quotes + +Style/FrozenStringLiteralComment: + Enabled: false + +Style/RedundantBegin: + Enabled: false + +Layout/LineLength: + Max: 120 + +Style/Documentation: + Enabled: false