Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9697060
.rubocop.yml
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
.rubocop.yml
View Options
---
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
Details
Attached
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
Attached To
R192 puppet-puppet-letsencrypt
Event Timeline
Log In to Comment