Sha256: 44243eed9efb949c3971374db84e06755e47d62d09f8c7e9fac515b05b006eea
Contents?: true
Size: 673 Bytes
Versions: 2
Compression:
Stored size: 673 Bytes
Contents
inherit_from: '.rubocop_todo.yml' AllCops: Include: - 'message-driver.gemspec' - '**/Gemfile' - 'Guardfile' - 'Rakefile' Exclude: - 'lib/vendor/**/*.rb' - 'vendor/**/*' Metrics/BlockNesting: Max: 4 Metrics/LineLength: AllowURI: true Max: 120 Include: - 'lib/**/*.rb' Style/AccessorMethodName: Enabled: false Style/Documentation: Enabled: false Style/Encoding: Enabled: false Style/FileName: Exclude: - 'lib/message-driver.rb' Style/NumericLiterals: Enabled: false Style/RegexpLiteral: Exclude: - 'Guardfile' Style/TrivialAccessors: ExactNameMatch: true AllowPredicates: true AllowDSLWriters: true
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
message-driver-0.6.1 | .rubocop.yml |
message-driver-0.6.0 | .rubocop.yml |