Merge pull request #37 from github/fixrails

fix rails
This commit is contained in:
Lukas Gravley 2020-01-08 08:07:59 -06:00 committed by GitHub
commit 2ad605db99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ###################################