Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8393750
.rubocop.yml
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
4 KB
Subscribers
None
.rubocop.yml
View Options
---
require
:
-
rubocop-rspec
-
rubocop-i18n
AllCops
:
TargetRubyVersion
:
'2.1'
Include
:
-
"./**/*.rb"
Exclude
:
-
bin/*
-
".vendor/**/*"
-
Gemfile
-
Rakefile
-
pkg/**/*
-
spec/fixtures/**/*
-
vendor/**/*
Metrics/LineLength
:
Description
:
People have wide screens, use them.
Max
:
200
Enabled
:
false
RSpec/BeforeAfterAll
:
Description
:
Beware of using after(:all) as it may cause state to leak between tests.
A necessary evil in acceptance testing.
Exclude
:
-
spec/acceptance/**/*.rb
RSpec/HookArgument
:
Description
:
Prefer explicit :each argument, matching existing module's style
EnforcedStyle
:
each
Style/BlockDelimiters
:
Description
:
Prefer braces for chaining. Mostly an aesthetical choice. Better to
be consistent then.
EnforcedStyle
:
braces_for_chaining
Style/ClassAndModuleChildren
:
Description
:
Compact style reduces the required amount of indentation.
EnforcedStyle
:
compact
Style/EmptyElse
:
Description
:
Enforce against empty else clauses, but allow `nil` for clarity.
EnforcedStyle
:
empty
Style/FormatString
:
Description
:
Following the main puppet project's style, prefer the % format format.
EnforcedStyle
:
percent
Exclude
:
-
lib/puppet/provider/docker_volume/ruby.rb
-
lib/puppet/provider/docker_network/ruby.rb
-
lib/puppet/parser/functions/docker_secrets_flags.rb
-
lib/puppet/parser/functions/docker_run_flags.rb
-
lib/puppet/type/docker_network.rb
-
lib/puppet/type/docker_volume.rb
Style/FormatStringToken
:
Description
:
Following the main puppet project's style, prefer the simpler template
tokens over annotated ones.
EnforcedStyle
:
template
Style/Lambda
:
Description
:
Prefer the keyword for easier discoverability.
EnforcedStyle
:
literal
Enabled
:
true
Exclude
:
-
lib/puppet/provider/docker_volume/ruby.rb
-
lib/puppet/parser/functions/docker_secrets_flags.rb
-
lib/puppet/parser/functions/docker_run_flags.rb
-
lib/puppet/provider/docker_network/ruby.rb
Style/RegexpLiteral
:
Description
:
Community preference. See https://github.com/voxpupuli/modulesync_config/issues/168
EnforcedStyle
:
percent_r
Style/TernaryParentheses
:
Description
:
Checks for use of parentheses around ternary conditions. Enforce parentheses
on complex expressions for better readability, but seriously consider breaking
it up.
EnforcedStyle
:
require_parentheses_when_complex
Style/TrailingCommaInArguments
:
Description
:
Prefer always trailing comma on multiline argument lists. This makes
diffs, and re-ordering nicer.
EnforcedStyleForMultiline
:
comma
Style/TrailingCommaInLiteral
:
Description
:
Prefer always trailing comma on multiline literals. This makes diffs,
and re-ordering nicer.
EnforcedStyleForMultiline
:
comma
Style/SymbolArray
:
Description
:
Using percent style obscures symbolic intent of array's contents.
EnforcedStyle
:
brackets
Style/CollectionMethods
:
Enabled
:
true
Style/MethodCalledOnDoEndBlock
:
Enabled
:
true
Style/StringMethods
:
Enabled
:
true
Metrics/AbcSize
:
Enabled
:
false
Metrics/BlockLength
:
Enabled
:
false
Metrics/LineLength
:
Enabled
:
false
Metrics/ClassLength
:
Enabled
:
false
Metrics/CyclomaticComplexity
:
Enabled
:
false
Metrics/MethodLength
:
Enabled
:
false
Metrics/ModuleLength
:
Enabled
:
false
Metrics/ParameterLists
:
Enabled
:
false
Metrics/PerceivedComplexity
:
Enabled
:
false
RSpec/DescribeClass
:
Enabled
:
false
RSpec/MessageExpectation
:
Enabled
:
false
Style/AsciiComments
:
Enabled
:
false
Style/IfUnlessModifier
:
Enabled
:
false
Style/SymbolProc
:
Enabled
:
false
Style/HashSyntax
:
UseHashRocketsWithSymbolValues
:
true
Style/StringLiterals
:
EnforcedStyle
:
single_quotes
SupportedStyles
:
-
single_quotes
-
double_quotes
Exclude
:
-
lib/puppet/provider/docker_compose/ruby.rb
GetText/DecorateString
:
Enabled
:
true
Exclude
:
-
lib/puppet/type/docker_compose.rb
GetText/DecorateFunctionMessage
:
Enabled
:
true
Exclude
:
-
lib/puppet/type/docker_network.rb
-
lib/puppet/type/docker_volume.rb
-
lib/puppet/provider/docker_compose/ruby.rb
GetText/DecorateStringFormattingUsingInterpolation
:
Enabled
:
true
GetText/DecorateStringFormattingUsingPercent
:
Enabled
:
true
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jun 4, 7:17 PM (2 d, 19 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3307906
Attached To
R205 puppet-puppetlabs-docker
Event Timeline
Log In to Comment