Files
bit/.rubocop.yml
T
Juan Rodriguez 73b674b613 refactor: Username and slug unique indexes, before actions for set link and user
confirm_password_validation around action, unnecessary helpers removed, rubocop-rails suggestions applied

Add username index and unique slug index migrations
2021-06-15 15:24:34 -05:00

9 lines
134 B
YAML

require: rubocop-rails
AllCops:
NewCops: enable
Style/Documentation:
Enabled: false
Style/MixinUsage:
Exclude:
- 'bin/*'