Sha256: 668f47423a0d413f2e9aa2e72c1ed93faf29e368c85387bb96c1b544a55f9041
Contents?: true
Size: 1.74 KB
Versions: 3
Compression:
Stored size: 1.74 KB
Contents
AllCops: NewCops: enable TargetRubyVersion: 2.6.0 Exclude: - db/**/* - lib/osso/db/**/* Style/TrailingCommaInArguments: Description: "Checks for trailing comma in argument lists." StyleGuide: "https://github.com/bbatsov/ruby-style-guide#no-trailing-array-commas" EnforcedStyleForMultiline: comma SupportedStylesForMultiline: - comma - consistent_comma - no_comma Enabled: true Style/TrailingCommaInArrayLiteral: Description: "Checks for trailing comma in array literals." StyleGuide: "https://github.com/bbatsov/ruby-style-guide#no-trailing-array-commas" EnforcedStyleForMultiline: comma SupportedStylesForMultiline: - comma - consistent_comma - no_comma Enabled: true Style/TrailingCommaInHashLiteral: Description: "Checks for trailing comma in hash literals." StyleGuide: "https://github.com/bbatsov/ruby-style-guide#no-trailing-array-commas" EnforcedStyleForMultiline: comma SupportedStylesForMultiline: - comma - consistent_comma - no_comma Enabled: true Layout/FirstHashElementIndentation: EnforcedStyle: consistent Layout/MultilineMethodCallIndentation: EnforcedStyle: indented Layout/MultilineOperationIndentation: EnforcedStyle: indented Layout/ArgumentAlignment: EnforcedStyle: with_fixed_indentation Layout/DotPosition: Description: "Checks the position of the dot in multi-line method calls." StyleGuide: "https://github.com/bbatsov/ruby-style-guide#consistent-multi-line-chains" EnforcedStyle: trailing Layout/LineLength: Exclude: - 'spec/**/**.*' Metrics/BlockLength: Exclude: - 'spec/**/*' Metrics/AbcSize: Max: 20 Style/Documentation: Enabled: false Exclude: - 'spec/**/*' - 'db/**.*' Gemspec/RequiredRubyVersion: Enabled: false
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
osso-0.1.2 | .rubocop.yml |
osso-0.1.1 | .rubocop.yml |
osso-0.1.0 | .rubocop.yml |