Sha256: f3c7e915feebc45517130f9692a49c105a395ceb247387e74f90477f1434bbae
Contents?: true
Size: 1.17 KB
Versions: 2
Compression:
Stored size: 1.17 KB
Contents
--- # settings added by the 'hexx-suit' module # output: "tmp/rubocop" # format: "html" AllCops: Exclude: - '**/db/schema.rb' Lint/HandleExceptions: Exclude: - '**/*_spec.rb' Lint/RescueException: Exclude: - '**/*_spec.rb' Metrics/ClassLength: Exclude: - '**/generator.rb' Style/AccessorMethodName: Exclude: - '**/*_spec.rb' Style/AsciiComments: Enabled: false Style/ClassAndModuleChildren: Exclude: - '**/*_spec.rb' Style/Documentation: Enabled: false Style/EmptyLinesAroundBlockBody: Enabled: false Style/EmptyLinesAroundClassBody: Enabled: false Style/EmptyLinesAroundMethodBody: Enabled: false Style/EmptyLinesAroundModuleBody: Enabled: false Style/EmptyLineBetweenDefs: Enabled: false Style/FileName: Enabled: false Style/RaiseArgs: EnforcedStyle: compact Style/SingleLineMethods: Exclude: - '**/*_spec.rb' Style/SingleSpaceBeforeFirstArg: Enabled: false Style/SpecialGlobalVars: Exclude: - '**/Gemfile' - '**/*.gemspec' Style/StringLiterals: EnforcedStyle: double_quotes Style/StringLiteralsInInterpolation: EnforcedStyle: double_quotes Style/TrivialAccessors: Exclude: - '**/*_spec.rb'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
hexx-9.2.0 | config/metrics/rubocop.yml |
hexx-9.1.0 | config/metrics/rubocop.yml |