Sha256: 58799a2d376fee21dbbfdcf7ee211287cb34fb6a1c550863fd80211d6a3c1e92

Contents?: true

Size: 1.77 KB

Versions: 2

Compression:

Stored size: 1.77 KB

Contents

AllCops:
  TargetRubyVersion: 2.3
  Exclude:
    - '**/Rakefile'
    - 'vendor/**/*'

Gemspec/RequiredRubyVersion:
  Exclude:
    - 'frontman-ssg.gemspec'

Style/Documentation:
  Exclude:
    - 'spec/**/*'
    - 'test/**/*'
    - 'lib/**/*'
    - 'project-templates/**/*'

Style/MethodMissingSuper:
  Exclude:
    - 'lib/**/*'

Metrics/MethodLength:
  Exclude:
    - 'lib/frontman/sitemap_tree.rb'
    - 'lib/frontman/data_store.rb'
    - 'lib/frontman/builder/builder.rb'
    - 'lib/frontman/commands/**/*'
    - 'lib/frontman/resource.rb'

Metrics/AbcSize:
  Exclude:
    - 'lib/frontman/sitemap_tree.rb'
    - 'lib/frontman/data_store.rb'
    - 'lib/frontman/builder/statistics_collector.rb'
    - 'lib/frontman/commands/**/*'
    - 'lib/frontman/resource.rb'

Style/ClassVars:
  Exclude:
    - 'lib/frontman/sitemap_tree.rb'
    - 'lib/frontman/bootstrapper.rb'
    - 'lib/frontman/config.rb'
    - 'lib/frontman/resource.rb'
    - 'lib/frontman/data_store_file.rb'

Metrics/ClassLength:
  Exclude:
    - 'lib/frontman/app.rb'
    - 'lib/frontman/builder/builder.rb'
    - 'lib/frontman/resource.rb'
    - 'lib/frontman/sitemap_tree.rb'

Style/ConditionalAssignment:
  Exclude:
    - 'lib/frontman/builder/builder.rb'

Metrics/PerceivedComplexity:
  Exclude:
    - 'lib/frontman/resource.rb'
    - 'lib/frontman/commands/serve.rb'

Metrics/CyclomaticComplexity:
  Exclude:
    - 'lib/frontman/resource.rb'
    - 'lib/frontman/commands/serve.rb'

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*'
    - '*.gemspec'

Metrics/LineLength:
  Exclude:
    - 'frontman-ssg.gemspec'
    - 'spec/**/*'

Naming/FileName:
  Exclude:
    - 'spec/**/*'
    - 'lib/frontman/helpers/**/*'

Metrics/ParameterLists:
  Exclude:
    - 'lib/frontman/app.rb'

Lint/HandleExceptions:
  Exclude:
    - 'lib/frontman/commands/serve.rb'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
frontman-ssg-0.0.3 .rubocop.yml
frontman-ssg-0.0.2 .rubocop.yml