Sha256: dc0928f8207ae2d06bcbd16f00f75ddad2082102b8487f5980a9bf83c2a207b9

Contents?: true

Size: 1.08 KB

Versions: 5

Compression:

Stored size: 1.08 KB

Contents

AllCops:
  Include:
    - 'Rakefile'
    - 'Gemfile'
  Exclude:
    - tmp/**/**/**/**

Documentation:
  Enabled: false

Metrics/LineLength:
  Max: 110
  Exclude:
    - 'Gemfile'
    - 'cybele.gemspec'

Metrics/ClassLength:
  Exclude:
    - 'lib/cybele/generators/app_generator.rb'

Naming/AccessorMethodName:
  Exclude:
    - 'lib/cybele/generators/app_generator.rb'

Metrics/MethodLength:
  CountComments: false
  Max: 15

Metrics/BlockLength:
  CountComments: false
  Max: 40
  Exclude:
    - 'Rakefile'
    - '**/*.rake'
    - 'spec/**/*.rb'
    - 'lib/cybele/app_builder.rb'
    - 'lib/cybele/generators/app_generator.rb'

Style/FrozenStringLiteralComment:
  EnforcedStyle: when_needed
  Exclude:
    - 'templates/error_pages/**/*.rb'

Layout/IndentHeredoc:
  Exclude:
    - 'spec/features/cli_help_spec.rb'

Naming/HeredocDelimiterNaming:
  Exclude:
    - 'spec/features/cli_help_spec.rb'
    - 'spec/features/git_and_git_flow_spec.rb'

Layout/InitialIndentation:
  Exclude:
    - 'templates/error_pages/**/*.rb'

Style/ClassAndModuleChildren:
  Exclude:
    - 'templates/app_files/app/controllers/**/*.rb'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
cybele-2.3.2 .rubocop.yml
cybele-2.3.1 .rubocop.yml
cybele-2.2.0 .rubocop.yml
cybele-2.1.0 .rubocop.yml
cybele-2.0.0 .rubocop.yml