Sha256: f169727ac9456aee1ed17c3e7d854ac13d174404383744abb0013d33e78f3e91
Contents?: true
Size: 859 Bytes
Versions: 6
Compression:
Stored size: 859 Bytes
Contents
# This is the configuration used to check the rubocop source code. require: rubocop-rspec inherit_from: - .rubocop_todo.yml AllCops: Exclude: - 'docker-compose/**/*' - 'examples/**/*' - 'tmp/**/*' - 'bin/**/*' TargetRubyVersion: 2.0 # DefaultFormatter: fuubar Style/Alias: Enabled: false Style/Documentation: Enabled: false Style/Encoding: Enabled: false Style/NumericLiterals: Enabled: false Style/StringLiterals: Enabled: false Style/GuardClause: Enabled: false Style/IfUnlessModifier: Enabled: false Metrics/LineLength: Max: 100 Exclude: - '*.gemspec' Style/RegexpLiteral: EnforcedStyle: mixed Style/TrailingCommaInLiteral: EnforcedStyleForMultiline: consistent_comma RSpec/InstanceVariable: Enabled: false Style/AccessorMethodName: Enabled: false Lint/HandleExceptions: Enabled: false
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
flipper-0.16.1 | .rubocop.yml |
flipper-0.16.0 | .rubocop.yml |
flipper-0.15.0 | .rubocop.yml |
flipper-0.14.0 | .rubocop.yml |
flipper-0.13.0 | .rubocop.yml |
flipper-0.13.0.beta1 | .rubocop.yml |