Sha256: 6617ce1f267ef99a529a4642fa5e515ccb28aae99b03f17afcf53f326f3ccff0
Contents?: true
Size: 1.23 KB
Versions: 1
Compression:
Stored size: 1.23 KB
Contents
AllCops: TargetRubyVersion: 2.6 DisplayCopNames: true Bundler/DuplicatedGem: Enabled: false Gemspec/RequiredRubyVersion: Enabled: false Layout/AccessModifierIndentation: EnforcedStyle: outdent Layout/SpaceInsideHashLiteralBraces: EnforcedStyle: no_space Metrics/BlockNesting: Max: 2 Layout/LineLength: AllowURI: true Enabled: false Metrics/MethodLength: CountComments: false Max: 10 Metrics/ParameterLists: Max: 4 CountKeywordArgs: true Naming/FileName: Exclude: - "lib/simplecov-html.rb" - "test/test_simple_cov-html.rb" Style/CollectionMethods: PreferredMethods: map: "collect" reduce: "inject" find: "detect" find_all: "select" Style/Documentation: Enabled: false Style/DoubleNegation: Enabled: false Style/ExpandPathArguments: Enabled: false Style/FrozenStringLiteralComment: Enabled: true Style/MutableConstant: Exclude: - "lib/simplecov-html/version.rb" Style/NumericPredicate: Enabled: false Style/RegexpLiteral: Enabled: false Style/StringLiterals: EnforcedStyle: double_quotes Style/SymbolArray: Enabled: false Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: "comma" Style/TrailingCommaInArrayLiteral: EnforcedStyleForMultiline: "comma"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
simplecov-html-formatter-0.12.3.1 | .rubocop.yml |