Skip to content

Instantly share code, notes, and snippets.

@hulous
Last active October 9, 2022 19:49
Show Gist options
  • Save hulous/87ba507959a06cf4be22017cd709a433 to your computer and use it in GitHub Desktop.
Save hulous/87ba507959a06cf4be22017cd709a433 to your computer and use it in GitHub Desktop.
reek base config for rails app
directories:
"/":
IrresponsibleModule:
enabled: false
FeatureEnvy:
enabled: false
NilCheck:
enabled: false
TooManyStatements:
enabled: true
max_statements: 10
UtilityFunction:
enabled: true
public_methods_only: true
# Directories and files below will not be scanned at all
exclude_paths:
- bin
- config
- db
- log
- public
- spec
- storage
- tmp
- vendor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment