Sha256: 18ba34a65e01fea2e6e3f4f1041da891a1334522e6875953ad30d01a7e093f98
Contents?: true
Size: 634 Bytes
Versions: 4
Compression:
Stored size: 634 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/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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
message-driver-0.5.3 | .rubocop.yml |
message-driver-0.5.2 | .rubocop.yml |
message-driver-0.5.1 | .rubocop.yml |
message-driver-0.5.0 | .rubocop.yml |