Muriel-Salvan/rails-ajax

View on GitHub
reek.yml

Summary

Maintainability
Test Coverage
---

# It is better to check for nil than leaving the ambiguity with false values
NilCheck:
  enabled: false

# Having a module named MyModuleV2 is acceptable
UncommunicativeModuleName:
  reject:
  - !ruby/regexp /^.$/