Sha256: 9a8286a0953c4a54c2388f1eebf9af9a59fd84099790b3f84ddaf732e039c0a5
Contents?: true
Size: 994 Bytes
Versions: 2
Compression:
Stored size: 994 Bytes
Contents
AllCops: EnabledByDefault: true TargetRubyVersion: 2.4 ### customize Layout/MultilineAssignmentLayout: EnforcedStyle: same_line Metrics/LineLength: IgnoredPatterns: - '^ +spec\.(summary|description) +=' Metrics/ParameterLists: CountKeywordArgs: false Style/Lambda: EnforcedStyle: literal Style/LambdaCall: EnforcedStyle: braces Style/HashSyntax: Exclude: - "**/Rakefile" Style/TrailingCommaInArguments: EnforcedStyleForMultiline: comma Style/TrailingCommaInLiteral: EnforcedStyleForMultiline: comma ### disabled Lint/UnneededSplatExpansion: Enabled: false Style/Copyright: Enabled: false Style/Documentation: Enabled: false Style/DocumentationMethod: Enabled: false Style/IfUnlessModifier: Enabled: false Style/MethodCallWithArgsParentheses: Enabled: false Style/MethodCalledOnDoEndBlock: Enabled: false Style/MissingElse: Enabled: false Style/SingleLineBlockParams: Enabled: false Style/VariableInterpolation: Enabled: false
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
passenger_api-0.2.0 | .rubocop.yml |
passenger_api-0.1.0 | .rubocop.yml |