mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 02:23:39 -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
|
# Set the linter to enable rails rules
|
||||||
Rails:
|
# Note: the old style was to do the following. Now we just need to do the
|
||||||
Enabled: true
|
# 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 ###################################
|
############################# Security Rules ###################################
|
||||||
|
|
Loading…
Reference in a new issue