Page MenuHomeSoftware Heritage

.rubocop.yml
No OneTemporary

.rubocop.yml

---
AllCops:
# DisplayCopNames: true
DisplayStyleGuide: true
Exclude:
- 'vendor/**/*'
- 'pkg/**/*'
- 'spec/fixtures/**/*'
- '**/Rakefile'
# Cop's to ignore
# With this enabled it suggests a change that will break the Gemfile
Lint/AssignmentInCondition:
Enabled: false
Metrics/LineLength:
Enabled: false
# This is a good idea, but does not line up the rest of the lines making it
# harder to read
Style/IndentHash:
Enabled: false
Style/Next:
Enabled: false
# If enabled, this cop makes it harder to understand the logic
Style/NonNilCheck:
Enabled: false
Style/TrailingComma:
Enabled: false
# If enabled, this cop does not like the accessor method to start with 'get_',
# with is a common pattern in the Puppet community.
Style/AccessorMethodName:
Enabled: false
# This is a common pattern in the Puppet community.
Style/ClassAndModuleChildren:
Enabled: false
# This is a common pattern in the Puppet community.
Style/Documentation:
Enabled: false
# Cop's that require ruby >= 1.9
Style/HashSyntax:
Enabled: false
Style/BracesAroundHashParameters:
Enabled: false

File Metadata

Mime Type
text/plain
Expires
Mon, Aug 18, 10:37 PM (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3284149

Event Timeline