Sha256: 7b20381b9dd2b327c1dc32c8083c300812fac0c86337bb56c78f992f9fa6e791
Contents?: true
Size: 1.18 KB
Versions: 3
Compression:
Stored size: 1.18 KB
Contents
--- # settings added by the 'hexx-suit' module # output: "tmp/rubocop" # format: "html" AllCops: Exclude: - '**/db/schema.rb' Lint/HandleExceptions: Exclude: - 'spec/**/*' Lint/RescueException: Exclude: - 'spec/**/*' Metrics/ClassLength: Exclude: - 'lib/**/generator*' Style/AccessorMethodName: Exclude: - 'spec/**/*' Style/AsciiComments: Enabled: false Style/ClassAndModuleChildren: Exclude: - 'spec/**/*' Style/Documentation: Exclude: - 'lib/**/version.rb' - 'spec/**/*' 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/**/*' Style/SingleSpaceBeforeFirstArg: Enabled: false Style/SpecialGlobalVars: Exclude: - 'Gemfile' - '*.gemspec' Style/StringLiterals: EnforcedStyle: double_quotes Stype/StringLiteralsInInterpolation: EnforcedStyle: double_quotes Style/TrivialAccessors: Exclude: - 'spec/**/*'
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
hexx-suit-0.1.0 | lib/hexx/suit/install/metrics/rubocop.yml |
verifier-0.0.1 | config/metrics/rubocop.yml |
hexx-suit-0.0.1 | lib/hexx/suit/install/metrics/rubocop.yml |