Sha256: 3e5233f2594c0a4e42331596fdbd768942eedfee8879f0b44ec0b5ae5de397c7
Contents?: true
Size: 729 Bytes
Versions: 2
Compression:
Stored size: 729 Bytes
Contents
require: ezcater_rubocop AllCops: DisplayCopNames: true Layout/DotPosition: EnforcedStyle: trailing Metrics/AbcSize: Enabled: false Metrics/BlockLength: Exclude: - "*.gemspec" - "spec/**/*.rb" Metrics/CyclomaticComplexity: Enabled: false Metrics/LineLength: Max: 120 Metrics/MethodLength: Enabled: true CountComments: false Max: 25 Metrics/PerceivedComplexity: Enabled: false Rails: Enabled: false Style/FrozenStringLiteralComment: Enabled: false Style/Documentation: Enabled: false # This cop does not yet support a style to prevent underscores Style/NumericLiterals: Enabled: false Style/SingleLineBlockParams: Enabled: false Style/StringLiterals: EnforcedStyle: double_quotes
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ezcater_rubocop-0.50.2.rc0 | conf/rubocop.yml |
ezcater_rubocop-0.50.1 | conf/rubocop.yml |