Disable Brakeman check "UnscopedFind"
This commit is contained in:
parent
cec5181899
commit
651e74d49e
1 changed files with 3 additions and 0 deletions
3
Rakefile
3
Rakefile
|
@ -71,5 +71,8 @@ task :brakeman do
|
|||
'--confidence-level',
|
||||
'1',
|
||||
'--run-all-checks',
|
||||
# Ignore UnscopedFind because we use Pundit
|
||||
'--except',
|
||||
'UnscopedFind',
|
||||
)
|
||||
end
|
||||
|
|
Reference in a new issue