Sha256: 180266cd9a65f0b273c40e5bdd6d1c987dc48d602a320242276856abccd6b880
Contents?: true
Size: 1.15 KB
Versions: 5
Compression:
Stored size: 1.15 KB
Contents
require: rubocop-rspec AllCops: DisplayCopNames: true Include: - '**/Rakefile' Exclude: - 'spec/**/*' - 'vendor/**/*' Rails: Enabled: True Metrics/LineLength: Enabled: false Metrics/AbcSize: Enabled: false Metrics/MethodLength: Exclude: - 'lib/active_encode/engine_adapters/*' Metrics/ClassLength: Exclude: - 'lib/active_encode/engine_adapters/*' Metrics/CyclomaticComplexity: Exclude: - 'lib/active_encode/engine_adapters/*' Style/IndentationConsistency: EnforcedStyle: rails Style/CollectionMethods: PreferredMethods: collect: 'map' collect!: 'map!' inject: 'reduce' detect: 'find' find_all: 'select' Style/FileName: # https://github.com/bbatsov/rubocop/issues/2973 Exclude: - 'Gemfile' Style/WordArray: Enabled: false Style/RegexpLiteral: Enabled: false Style/StringLiterals: Enabled: false Style/ClassAndModuleChildren: Enabled: false Style/Documentation: Enabled: false RSpec/ExampleWording: CustomTransform: be: is have: has not: does not NOT: does NOT IgnoredWords: - only RSpec/FilePath: Enabled: false RSpec/InstanceVariable: Enabled: false
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
active_encode-0.5.0 | .rubocop.yml |
active_encode-0.4.1 | .rubocop.yml |
active_encode-0.4 | .rubocop.yml |
active_encode-0.2 | .rubocop.yml |
active_encode-0.1.1 | .rubocop.yml |