Sha256: 576c958a03b638ab954d66b27d1ba07ed52e4c1d5d442f9a2dbd6e21db1d1550
Contents?: true
Size: 830 Bytes
Versions: 5
Compression:
Stored size: 830 Bytes
Contents
AllCops: NewCops: disable TargetRubyVersion: 2.4 Exclude: - "Guardfile" - "Rakefile" - "bin/**/*" - "spec/dummy/**/*" ##################### Styles ################################## Style/Documentation: Enabled: false Style/SymbolArray: Enabled: false Style/FrozenStringLiteralComment: Enabled: false Style/ClassAndModuleChildren: Exclude: - "app/controllers/*_controller.rb" - "app/controllers/**/*_controller.rb" #################### Lint ################################## Lint/AmbiguousBlockAssociation: Enabled: false ##################### Metrics ################################## Layout/LineLength: Max: 110 Metrics/ClassLength: Max: 200 Metrics/ModuleLength: Max: 200 Exclude: - "**/*_spec.rb" Metrics/BlockLength: Max: 50 Exclude: - "**/*_spec.rb"
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
postman_mta-0.2.7 | .rubocop.yml |
postman_mta-0.2.6 | .rubocop.yml |
postman_mta-0.2.4 | .rubocop.yml |
postman_mta-0.2.3 | .rubocop.yml |
postman_mta-0.2.2 | .rubocop.yml |