Sha256: 520c5d62a3cb80ccb45992f8192c495c7bf7d5eb8c556ba2d483d4f2d234e475
Contents?: true
Size: 636 Bytes
Versions: 2
Compression:
Stored size: 636 Bytes
Contents
inherit_from: .rubocop_todo.yml AllCops: TargetRubyVersion: 2.3 Layout/ExtraSpacing: Enabled: false Layout/SpaceAroundOperators: Enabled: false Metrics/AbcSize: Max: 32 Metrics/LineLength: Max: 160 Metrics/MethodLength: Max: 29 Metrics/PerceivedComplexity: Exclude: - 'lib/geet/services/create_issue.rb' Style/Documentation: Enabled: false Style/DoubleNegation: Enabled: false Style/GuardClause: Exclude: - 'lib/geet/git/repository.rb' Style/NegatedIf: Enabled: false Style/Next: Enabled: false Style/TrailingCommaInArguments: Enabled: false Style/TrailingCommaInLiteral: Enabled: false
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
geet-0.1.7 | .rubocop.yml |
geet-0.1.6 | .rubocop.yml |