mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 01:05:54 -05:00
fix rails
This commit is contained in:
parent
6170e0a61a
commit
8bf20644ed
1 changed files with 6 additions and 2 deletions
|
@ -8,8 +8,12 @@
|
|||
################################################################################
|
||||
|
||||
# Set the linter to enable rails rules
|
||||
Rails:
|
||||
Enabled: true
|
||||
# Note: the old style was to do the following. Now we just need to do the
|
||||
# require to allow rubocop to enable rails
|
||||
# https://stackoverflow.com/questions/41892310/how-to-enable-rubocop-rails-cops-automatically
|
||||
# Rails:
|
||||
# Enabled: true
|
||||
require: rubocop-rails
|
||||
|
||||
################################################################################
|
||||
############################# Security Rules ###################################
|
||||
|
|
Loading…
Reference in a new issue