Sha256: 6dc0e9b5c3cfc181c0d68fc565b96cc0771337e8c086fd905db107243c3044c1
Contents?: true
Size: 1.28 KB
Versions: 9
Compression:
Stored size: 1.28 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/HashSyntax: EnforcedStyle: hash_rockets 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
9 entries across 9 versions & 3 rubygems