Sha256: 9656a20b2777a828892260fde48d13906366ac03cca5fe6620d83111912dc165
Contents?: true
Size: 990 Bytes
Versions: 3
Compression:
Stored size: 990 Bytes
Contents
AllCops: Exclude: - 'spec/samples/**/*' - 'tmp/**/*' - 'vendor/**/*' # FIXME: Make the class shorter Metrics/ClassLength: Exclude: - lib/reek/tree_walker.rb - lib/reek/cli/options.rb # FIXME: Lower the method length by fixing the biggest offenders Metrics/MethodLength: Max: 15 # Be a little more lenient with line length Metrics/LineLength: Max: 100 # Allow small arrays of words with quotes Style/WordArray: MinSize: 3 # Allow single-line method definitions Style/SingleLineMethods: Enabled: false # Always use raise to signal exceptions Style/SignalException: EnforcedStyle: only_raise # Place . on the previous line Style/DotPosition: EnforcedStyle: trailing # Require empty lines between defs, except for one-line defs Style/EmptyLineBetweenDefs: AllowAdjacentOneLineDefs: true # Allow multiline block chains Style/MultilineBlockChain: Enabled: false # Allow Perl-style references to regex matches Style/PerlBackrefs: Enabled: false
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
reek-3.0.2 | .rubocop.yml |
reek-3.0.1 | .rubocop.yml |
reek-3.0.0 | .rubocop.yml |