.rubocop.yml in asciidoctor-bibliography-0.2.1 vs .rubocop.yml in asciidoctor-bibliography-0.3.0

- old
+ new

@@ -1,17 +1,11 @@ +inherit_from: .oss-guides.rubocop.yml + AllCops: TargetRubyVersion: 2.3 - Excludes: - - deprecated/**/*.rb - - spec/**/*.rb +# TODO: shorten all lines to 80, as per oss-guides. Metrics/LineLength: Max: 120 -FrozenStringLiteralComment: - Enabled: false - -Style/FileName: - Enabled: false - -Documentation: +Rails: Enabled: false