Sha256: be28a09ae3cd2f1925eeed749c2ea34f76a01cf2434af92a5ceb15a8f9b654d6
Contents?: true
Size: 1.31 KB
Versions: 6
Compression:
Stored size: 1.31 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*' Style/AccessorMethodName: Exclude: - '**/*_spec.rb' Style/AsciiComments: Enabled: false Style/ClassAndModuleChildren: Exclude: - '**/*_spec.rb' Style/Documentation: Exclude: - '**/version.rb' - '**/*_spec.rb' 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/RescueModifier: Exclude: - '**/*_spec.rb' Style/SingleLineMethods: Exclude: - '**/*_spec.rb' Style/SingleSpaceBeforeFirstArg: Enabled: false Style/SpecialGlobalVars: Exclude: - '**/Gemfile' - '**/*.gemspec' Style/StructInheritance: Exclude: - '**/*_spec.rb' Style/StringLiterals: EnforcedStyle: double_quotes Style/StringLiteralsInInterpolation: EnforcedStyle: double_quotes Style/TrivialAccessors: Exclude: - '**/*_spec.rb'
Version data entries
6 entries across 6 versions & 1 rubygems