Sha256: e1bcc3a56945db5f89fbd426c2d7ee6d6b0a2e6a747c779a7af4d20af5c69209
Contents?: true
Size: 924 Bytes
Versions: 6
Compression:
Stored size: 924 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/**/*' # Enabled disabled Cops Style/CollectionMethods: Enabled: true Metrics/LineLength: Max: 320 Metrics/MethodLength: Max: 50 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 # RSpec/FilePath: # Exclude: # - 'spec/routing/**/*_routing_spec.rb'
Version data entries
6 entries across 6 versions & 1 rubygems