Sha256: 3b42aad88d5f8c961145fe2ffdd3ad779d5dea9d3cf0d94c7b168bf1e3847f4e
Contents?: true
Size: 1.44 KB
Versions: 2
Compression:
Stored size: 1.44 KB
Contents
AllCops: Exclude: - 'Gemfile' - 'vendor/**/*' - eat_your_vegetables.gemspec - spec/spec_helper.rb - lib/eat_your_vegetables/tools/base.rb - lib/eat_your_vegetables/tools/rubocop.rb - lib/eat_your_vegetables/ambition.rb - lib/eat_your_vegetables.rb Style/Documentation: Enabled: true Exclude: Style/DocumentationMethod: Enabled: true Style/ClassAndModuleChildren: Enabled: false Style/StringLiterals: Enabled: false Style/SymbolArray: Enabled: false Style/NumericPredicate: Enabled: false Metrics/LineLength: Max: 100 Metrics/MethodLength: Max: 75 Metrics/ClassLength: Max: 1000 Metrics/AbcSize: Max: 100 Metrics/CyclomaticComplexity: Max: 30 Metrics/PerceivedComplexity: Max: 30 Metrics/ParameterLists: Max: 10 StringLiterals: EnforcedStyle: single_quotes Style/DoubleNegation: Enabled: false Style/FrozenStringLiteralComment: Enabled: false Style/NegatedIf: Enabled: false Style/NegatedWhile: Enabled: false Style/GuardClause: Enabled: false Style/SignalException: Enabled: false Layout/MultilineOperationIndentation: EnforcedStyle: indented Layout/MultilineMethodCallIndentation: EnforcedStyle: indented Style/Next: Enabled: false Style/ClassVars: Enabled: false Metrics/BlockLength: Exclude: - "**/*_spec.rb" - "**/*_factory.rb" - "config/initializers/*.rb" Layout/IndentHash: EnforcedStyle: consistent Style/MultilineBlockChain: Enabled: false
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
eat_your_vegetables-0.1.2 | .rubocop.yml |
eat_your_vegetables-0.1.1 | .rubocop.yml |