Sha256: 0cf65e36f46a1d7fa911ca19ab48c2117cb65a70a5b48c030111b90e7ef6bf0b
Contents?: true
Size: 1.35 KB
Versions: 4
Compression:
Stored size: 1.35 KB
Contents
require: rubocop-performance inherit_from: .rubocop_todo.yml AllCops: Exclude: - 'db/**/*' - 'spec/dummy/**/*' - 'bin/{rails,rake}' - 'vendor/**/*' - !ruby/regexp /old_and_unused\.rb$/ - 'lib/delorean/delorean.rb' # Auto-generated Style/StringLiterals: Enabled: true EnforcedStyle: single_quotes Metrics/LineLength: Max: 80 Exclude: - 'spec/**/*' Metrics/ModuleLength: Max: 100 Exclude: - 'spec/**/*' Metrics/BlockLength: Exclude: - 'spec/**/*' Style/TrailingCommaInArguments: Enabled: false Style/TrailingCommaInArrayLiteral: Enabled: false Style/TrailingCommaInHashLiteral: Enabled: false Style/FrozenStringLiteralComment: EnforcedStyle: always Layout/IndentHeredoc: Exclude: - 'spec/eval_spec.rb' Style/Documentation: Enabled: false Lint/UnusedMethodArgument: AllowUnusedKeywordArguments: true Naming/VariableNumber: Enabled: false Style/WordArray: Exclude: - 'spec/**/*' Layout/MultilineArrayBraceLayout: Exclude: - 'spec/**/*' Layout/MultilineMethodCallBraceLayout: Exclude: - 'spec/**/*' Naming/BinaryOperatorParameterName: Exclude: - 'lib/delorean/base.rb' Style/PerlBackrefs: Enabled: false Naming/HeredocDelimiterCase: Enabled: false Naming/RescuedExceptionsVariableName: Enabled: false Metrics/ParameterLists: Exclude: - 'spec/spec_helper.rb'
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
delorean_lang-0.6.3 | .rubocop.yml |
delorean_lang-0.6.2 | .rubocop.yml |
delorean_lang-0.6.1 | .rubocop.yml |
delorean_lang-0.6.0 | .rubocop.yml |