Sha256: 34c18e98d3b3c8927499166461294be9f169702c5ffab17dcb8bdd09d6374bb2
Contents?: true
Size: 667 Bytes
Versions: 3
Compression:
Stored size: 667 Bytes
Contents
AllCops: TargetRubyVersion: 2.3 DisplayCopNames: true Exclude: - 'vendor/**/*' # # Metrics # Metrics/AbcSize: Max: 20 Metrics/BlockLength: Max: 128 ExcludedMethods: [ 'describe' ] Metrics/ClassLength: Max: 128 Metrics/LineLength: 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rbnacl-7.1.1 | .rubocop.yml |
rbnacl-7.1.0 | .rubocop.yml |
rbnacl-7.0.0 | .rubocop.yml |