.rubocop.yml in frontman-ssg-0.0.4 vs .rubocop.yml in frontman-ssg-0.1.0

- old
+ new

@@ -30,10 +30,11 @@ - 'lib/frontman/commands/**/*' - 'lib/frontman/resource.rb' Metrics/AbcSize: Exclude: + - 'lib/frontman/context.rb' - 'lib/frontman/sitemap_tree.rb' - 'lib/frontman/data_store.rb' - 'lib/frontman/builder/statistics_collector.rb' - 'lib/frontman/commands/**/*' - 'lib/frontman/resource.rb' @@ -71,12 +72,14 @@ Exclude: - 'spec/**/*' - '*.gemspec' Metrics/LineLength: + Max: 100 Exclude: - 'frontman-ssg.gemspec' - 'spec/**/*' + - 'lib/frontman/context.rb' Naming/FileName: Exclude: - 'spec/**/*' - 'lib/frontman/helpers/**/*'