Sha256: 4c9f5c4239884e6564297d8c521fddee131f42b1c4bb7274ddeb3607f061f47f
Contents?: true
Size: 681 Bytes
Versions: 1
Compression:
Stored size: 681 Bytes
Contents
AllCops: TargetRubyVersion: 2.6 DisplayCopNames: true Exclude: - 'vendor/**/*' # # Layout # Metrics/LineLength: Max: 128 # # Metrics # Metrics/AbcSize: Max: 20 Metrics/BlockLength: Max: 128 ExcludedMethods: [ 'describe' ] Metrics/ClassLength: Max: 128 Metrics/MethodLength: CountComments: false Max: 50 Metrics/CyclomaticComplexity: Max: 15 Metrics/PerceivedComplexity: Max: 15 # # Naming # Naming/UncommunicativeMethodParamName: Enabled: false # # Style # Style/AccessModifierDeclarations: Enabled: false Style/GlobalVars: Enabled: false Style/SafeNavigation: Enabled: false Style/StringLiterals: EnforcedStyle: double_quotes
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rbnacl-7.1.2 | .rubocop.yml |