Sha256: 4c2b37d8d8014912470eb35898b0915e5b34b7b7a79d0282ef7685450acd0bd9
Contents?: true
Size: 1.07 KB
Versions: 24
Compression:
Stored size: 1.07 KB
Contents
Rails: Enabled: true AllCops: TargetRubyVersion: 2.3 Exclude: - 'db/schema.rb' - 'db/migrate/*' - 'db/seeds.rb' - 'bin/*' - 'Gemfile' - 'Rakefile' - 'config.ru' - 'spec/**/*' - 'config/**/*' - 'app/helpers/application_helper.rb' - 'app/controllers/application_controller.rb' # Enabled disabled Cops Style/CollectionMethods: Enabled: true Metrics/LineLength: Max: 320 Style/IndentationConsistency: EnforcedStyle: rails # Missing top-level class documentation comment Style/Documentation: Enabled: false Style/ClassAndModuleChildren: Enabled: false # Space inside braces => only for blocks (not for literal) Style/SpaceInsideHashLiteralBraces: EnforcedStyle: no_space # Checks for unused block arguments Lint/UnusedBlockArgument: Enabled: false # Checks for unused method arguments. Lint/UnusedMethodArgument: Enabled: false Metrics/AbcSize: # The ABC size is a calculated magnitude, so this number can be a Fixnum or # a Float. Max: 27 # RSpec/FilePath: # Exclude: # - 'spec/routing/**/*_routing_spec.rb'
Version data entries
24 entries across 24 versions & 1 rubygems