Sha256: 593fb5f6cc3b0cb0afadd373d656d1b89748b69c3af6b16c953b91b0033ae685
Contents?: true
Size: 1.21 KB
Versions: 2
Compression:
Stored size: 1.21 KB
Contents
AllCops: Exclude: - 'spec/fixtures/iso-8859.rb' - 'tmp/**/*' - 'vendor/bundle/**/*' Lint/AmbiguousRegexpLiteral: Exclude: - 'features/**/*_steps.rb' - 'spec/**/*_steps.rb' - 'tmp/**/*_steps.rb' Metrics/AbcSize: Max: 25 # TODO: Lower to 15 Metrics/BlockNesting: Max: 2 Metrics/LineLength: AllowURI: true Enabled: false Metrics/MethodLength: CountComments: false Max: 12 # TODO: Lower to 10 Metrics/ParameterLists: Max: 4 CountKeywordArgs: true Style/AccessModifierIndentation: EnforcedStyle: outdent Style/CollectionMethods: PreferredMethods: map: 'collect' reduce: 'inject' find: 'detect' find_all: 'select' Style/Documentation: Enabled: false Style/DoubleNegation: Enabled: false Style/HashSyntax: EnforcedStyle: hash_rockets Style/RegexpLiteral: Enabled: false Style/SpaceInsideHashLiteralBraces: EnforcedStyle: no_space Style/SpecialGlobalVars: Exclude: - 'spec/deleted_source_spec.rb' - 'spec/return_codes_spec.rb' - 'lib/simplecov/defaults.rb' Style/StringLiterals: EnforcedStyle: double_quotes Style/FileName: Exclude: - 'spec/fixtures/utf-8.rb' Style/TrailingComma: EnforcedStyleForMultiline: 'comma'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
simplecov-0.11.1 | .rubocop.yml |
simplecov-0.11.0 | .rubocop.yml |