1
0
Fork 0

Disable Brakeman check "UnscopedFind"

This commit is contained in:
Alex Kotov 2019-07-22 07:50:27 +05:00
parent cec5181899
commit 651e74d49e
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -71,5 +71,8 @@ task :brakeman do
'--confidence-level',
'1',
'--run-all-checks',
# Ignore UnscopedFind because we use Pundit
'--except',
'UnscopedFind',
)
end