doubleunion / arooo

Membership management for hacker/makerspaces
GNU General Public License v3.0
66 stars 55 forks source link

Skip low-confidence Brakeman warnings in CI #765

Closed anaulin closed 1 year ago

anaulin commented 1 year ago

Updates Brakeman CI configuration to skip "low confidence" warnings. The only goal of this change is to unblock other in-flight PRs, which are having their builds go red due to such low-level warnings (see e.g. https://github.com/doubleunion/arooo/pull/763)

This PR also:

On a higher-level note:

anaulin commented 1 year ago

@Imperiopolis if you or anyone else wants to take out the brakeman check from CI, that sounds very reasonable to me