Sha256: 2885a08fe16103390f2424efcaa53fd76c4920006bacdfbbe7cd86cf8d9b3387
Contents?: true
Size: 1.37 KB
Versions: 3
Compression:
Stored size: 1.37 KB
Contents
AllCops: Exclude: - "db/**/*" - "config/**/*" - "script/**/*" - "bin/{rails,rake,bundle}" - "node_modules/**/*" - "app/views/**/*" TargetRubyVersion: 2.7 Style/Documentation: Enabled: false Style/StringLiterals: Exclude: - db/schema.rb Style/DoubleNegation: Enabled: false Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: comma Style/TrailingCommaInArrayLiteral: EnforcedStyleForMultiline: comma Style/TrailingCommaInArguments: EnforcedStyleForMultiline: comma Metrics/CyclomaticComplexity: Enabled: false Metrics/BlockLength: Enabled: false Metrics/ClassLength: Enabled: false Metrics/ModuleLength: Enabled: false Naming/FileName: Exclude: - lib/cased-ruby.rb Naming/MethodParameterName: Enabled: false Metrics/AbcSize: Enabled: false Style/ConditionalAssignment: Enabled: false Style/IfUnlessModifier: Enabled: false Metrics/PerceivedComplexity: Enabled: false Metrics/MethodLength: Enabled: false Layout/LineLength: Enabled: false Layout/RescueEnsureAlignment: Enabled: false Layout/ArgumentAlignment: Enabled: false Layout/EndAlignment: Enabled: false Layout/ElseAlignment: Enabled: false Layout/IndentationWidth: Enabled: false Layout/FirstHashElementIndentation: Enabled: false Layout/MultilineMethodCallIndentation: Enabled: false Layout/CaseIndentation: Enabled: false
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
cased-ruby-0.7.1 | .rubocop.yml |
cased-ruby-0.7.0 | .rubocop.yml |
cased-ruby-0.6.1 | .rubocop.yml |