.rubocop.yml in cpf_cnpj_tools-0.1.0 vs .rubocop.yml in cpf_cnpj_tools-0.2.0

- old
+ new

@@ -1,13 +1,22 @@ -AllCops: - TargetRubyVersion: 2.6 - -Style/StringLiterals: - Enabled: true - EnforcedStyle: double_quotes - -Style/StringLiteralsInInterpolation: - Enabled: true - EnforcedStyle: double_quotes - -Layout/LineLength: - Max: 120 +AllCops: + TargetRubyVersion: 2.6 + +Style/StringLiterals: + Enabled: true + EnforcedStyle: double_quotes + +Style/StringLiteralsInInterpolation: + Enabled: true + EnforcedStyle: double_quotes + +Layout/LineLength: + Max: 120 + +Style/EndOfLine: + Enabled: False + +Lint/ScriptPermission: + Enabled: False + +Metrics/MethodLength: + Max: 15