From ba1512af77e3af31bf4527b12b660181cc7a951f Mon Sep 17 00:00:00 2001 From: Alex Resnick Date: Tue, 28 Jan 2025 19:30:11 -0600 Subject: [PATCH] Update linter --- .github/workflows/frc-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/frc-checks.yml b/.github/workflows/frc-checks.yml index dcfd89e..1bc74ef 100644 --- a/.github/workflows/frc-checks.yml +++ b/.github/workflows/frc-checks.yml @@ -23,7 +23,7 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} reporter: 'github-check' - fail_on_error: true + fail_level: any filter_mode: nofilter level: error checkstyle_config: checks.xml