Add static code analysis configuration files: rubocop, reek, erb-lint

This commit is contained in:
rebuilt 2022-07-08 19:08:01 -07:00
parent 18b479b8b2
commit 1737122c80
4 changed files with 32 additions and 2 deletions

4
.reek.yml Normal file
View file

@ -0,0 +1,4 @@
---
detectors:
InstanceVariableAssumption:
enabled: false