Sha256: c99f062380fab77361ca242282636550b50cac0c80338c4663542b2c17603605
Contents?: true
Size: 643 Bytes
Versions: 3
Compression:
Stored size: 643 Bytes
Contents
require: rubocop-rspec AllCops: Exclude: - 'spec/dummy/db/**/*' Metrics/AbcSize: Enabled: false Metrics/CyclomaticComplexity: Enabled: false Metrics/ClassLength: Max: 160 Metrics/LineLength: Max: 160 Metrics/MethodLength: Max: 40 Metrics/PerceivedComplexity: Max: 12 Style/Documentation: Enabled: false Style/FrozenStringLiteralComment: Enabled: false Style/GlobalVars: AllowedVariables: ['$user_service_publisher'] Style/ParallelAssignment: Enabled: false Style/RedundantReturn: Enabled: false RSpec/NamedSubject: Enabled: false RSpec/ExampleLength: Max: 16 RSpec/MultipleExpectations: Max: 8
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ons_on_rails-1.0.2 | .rubocop.yml |
ons_on_rails-1.0.1 | .rubocop.yml |
ons_on_rails-1.0.0 | .rubocop.yml |