Sha256: 891c7715bc07ecc4d9f4aa1afa94212e2909a2164cb1793c6197a763e2a7d14b
Contents?: true
Size: 1.18 KB
Versions: 1
Compression:
Stored size: 1.18 KB
Contents
# https://docs.rubocop.org/rubocop/cops ### Bundler Bundler/OrderedGems: Enabled: false ### Gemspec Gemspec/OrderedDependencies: Enabled: false ### Layout Layout: Enabled: false ### Lint Lint/AmbiguousBlockAssociation: Enabled: false Lint/AmbiguousOperator: Enabled: false Lint/AmbiguousRegexpLiteral: Enabled: false Lint/AssignmentInCondition: Enabled: false Lint/EmptyWhen: Enabled: false Lint/Loop: Enabled: false Lint/RedundantCopDisableDirective: Enabled: false Lint/UnusedBlockArgument: Enabled: false Lint/UnusedMethodArgument: Enabled: false ### Metrics Metrics/AbcSize: Max: 50 Metrics/BlockLength: Max: 50 CountAsOne: ['array', 'hash', 'heredoc'] Exclude: # Rake - '**/Rakefile' - '**/*.rake' # RSpec - 'spec/**/*.rb' # Rails - 'config/routes.rb' Metrics/ClassLength: Enabled: false Metrics/CyclomaticComplexity: Max: 20 Metrics/MethodLength: Max: 100 CountAsOne: ['array', 'hash', 'heredoc'] Metrics/ModuleLength: Max: 300 CountAsOne: ['array', 'hash', 'heredoc'] Metrics/ParameterLists: Max: 20 Metrics/PerceivedComplexity: Max: 30 ### Naming Naming: Enabled: false ### Style Style: Enabled: false
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
meowcop-3.0.0 | config/rubocop.yml |