Sha256: 5c6c16833075805aa39ec0d63458ec7566a31628d121a5d27a5f6321ae8d12bd
Contents?: true
Size: 1.14 KB
Versions: 5
Compression:
Stored size: 1.14 KB
Contents
AllCops: Exclude: - tmp/**/* - spec/fixtures/* Style/Alias: {Enabled: false} Style/AlignParameters: # Disable, till rubocop supports combination of styles. # Use one of this styles where appropriate, keep it clean, compact and readable. Enabled: false # EnforcedStyle: # - with_first_parameter # - with_fixed_indentation Style/AndOr: {EnforcedStyle: conditionals} Style/ClosingParenthesisIndentation: {Enabled: false} Style/Documentation: {Enabled: false} Style/DotPosition: {EnforcedStyle: trailing} Style/FirstParameterIndentation: {EnforcedStyle: consistent} Style/IfUnlessModifier: {Enabled: false} Style/ModuleFunction: {Enabled: false} Style/MultilineOperationIndentation: {EnforcedStyle: indented} Style/NestedParenthesizedCalls: {Enabled: false} Style/PredicateName: {Enabled: false} Style/SignalException: {EnforcedStyle: only_raise} Style/SpaceInsideHashLiteralBraces: {EnforcedStyle: no_space} Style/TrailingCommaInArguments: {Enabled: false} Style/TrailingCommaInLiteral: {EnforcedStyleForMultiline: comma} Metrics/AbcSize: {Max: 21} Metrics/LineLength: {Max: 100} Metrics/MethodLength: {Max: 30} Metrics/CyclomaticComplexity: {Max: 8}
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
gemfile_locker-0.4.0 | .rubocop.yml |
gemfile_locker-0.3.1 | .rubocop.yml |
gemfile_locker-0.3.0 | .rubocop.yml |
gemfile_locker-0.2.0 | .rubocop.yml |
gemfile_locker-0.1.0 | .rubocop.yml |