Sha256: 64590ec9575755f5d0293b44fbb8bead953ac9ec1d6cfbcb188ff27e5c83a7fa
Contents?: true
Size: 1.97 KB
Versions: 1
Compression:
Stored size: 1.97 KB
Contents
--- require: - rubocop-performance AllCops: SuggestExtensions: false Exclude: - !ruby/regexp /\/node_modules\// - !ruby/regexp /\/bin\// - !ruby/regexp /\/db\/schema\.rb$/ - !ruby/regexp /\/vendor\// - !ruby/regexp /\/gemfiles\// Lint/DeprecatedOpenSSLConstant: Enabled: true Lint/RaiseException: Enabled: true Lint/StructNewOverride: Enabled: true Lint/MixedRegexpCaptureTypes: Enabled: true Layout/EmptyLinesAroundAttributeAccessor: Enabled: true Layout/SpaceAroundMethodCallOperator: Enabled: true Layout/FirstArrayElementLineBreak: Enabled: true Layout/FirstHashElementLineBreak: Enabled: true Layout/FirstArrayElementIndentation: EnforcedStyle: consistent Layout/SpaceInsideBlockBraces: EnforcedStyle: space EnforcedStyleForEmptyBraces: space SpaceBeforeBlockParameters: false Layout/SpaceInsideHashLiteralBraces: EnforcedStyle: no_space EnforcedStyleForEmptyBraces: no_space Layout/LineLength: Enabled: true Max: 80 Metrics/MethodLength: Enabled: true Naming/MethodParameterName: Enabled: false Naming/RescuedExceptionsVariableName: PreferredName: error Style/AccessModifierDeclarations: EnforcedStyle: inline Style/Documentation: Enabled: false Style/FormatStringToken: Enabled: false Style/EmptyMethod: EnforcedStyle: expanded Style/ModuleFunction: Enabled: false Style/PercentLiteralDelimiters: PreferredDelimiters: "%": "[]" "%i": "[]" "%q": "[]" "%Q": "[]" "%r": "{}" "%s": "[]" "%w": "[]" "%W": "[]" "%x": "[]" Style/StringLiterals: EnforcedStyle: double_quotes Style/SymbolArray: Enabled: true Style/TrailingUnderscoreVariable: Enabled: false Style/HashEachMethods: Enabled: true Style/HashTransformKeys: Enabled: false Style/HashTransformValues: Enabled: true Style/ExponentialNotation: Enabled: true Style/SlicingWithRange: Enabled: false Style/RedundantRegexpCharacterClass: Enabled: true Style/RedundantRegexpEscape: Enabled: true
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubocop-fnando-0.0.15 | .rubocop.yml |