Sha256: 59198cc9328bc593d96adb951abdd1ae7f961d03245e639074d4c2c8d35f07a1
Contents?: true
Size: 1.1 KB
Versions: 2
Compression:
Stored size: 1.1 KB
Contents
AllCops: NewCops: enable Layout/LineLength: Max: 80 Layout/MultilineMethodCallIndentation: EnforcedStyle: indented Metrics/BlockLength: Exclude: - config/**/* - spec/**/* Lint/AmbiguousBlockAssociation: Exclude: - spec/**/* Style/Documentation: Enabled: false # Rails' autoloading will load modules so that there's no namespacing issue # when using compact style Style/ClassAndModuleChildren: Enabled: false # Having a comma at the end of a list of multi-line aruments avoids extra diffs # on otherwise-untouched lines of code when adding a new item to the end Style/TrailingCommaInArrayLiteral: EnforcedStyleForMultiline: comma Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: comma Style/TrailingCommaInArguments: EnforcedStyleForMultiline: comma # https://anti-pattern.com/always-use-double-quoted-strings-in-ruby Style/StringLiterals: EnforcedStyle: double_quotes # Defaults to 'e', which is an uncomminicative name by reek's rules # See some discussion here: https://github.com/rubocop-hq/rubocop/pull/6460 Naming/RescuedExceptionsVariableName: PreferredName: error
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
knock-oauth2_code_verifier-0.1.2 | .rubocop.yml |
knock-oauth2_code_verifier-0.1.1 | .rubocop.yml |