Sha256: b698cc203c9c42cad6694590f7c81474651ed9b0edc23931a33a456a360aac87
Contents?: true
Size: 787 Bytes
Versions: 7
Compression:
Stored size: 787 Bytes
Contents
# require: rubocop-rspec inherit_from: .rubocop_todo.yml Rails: Enabled: true AllCops: TargetRubyVersion: 2.3 Exclude: - 'maestrano-connector-rails.gemspec' - 'db/schema.rb' - 'db/migrate/*' - 'bin/*' - 'spec/**/*' - 'template/**/*' - 'lib/generators/connector/**/*' # 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 # RSpec/FilePath: # Exclude: # - 'spec/routing/**/*_routing_spec.rb'
Version data entries
7 entries across 7 versions & 1 rubygems