Skip to content

Commit

Permalink
pre-commit: Fix leftover line from the MSVC PR
Browse files Browse the repository at this point in the history
  • Loading branch information
amyspark authored and dragonmux committed Jan 22, 2024
1 parent d2532d7 commit 95b2ad6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ repos:
- id: check-accidental-assignment
args: [--strict, --skip-keywords, DO_PRAGMA, --] # strict, check in all parentheses found, skip check in DO_PRAGMA macro
# FIXME: Known assignment in find_debuggers, needs large refactoring, ignore file temporarily so we get a working check for the rest of the code base
# FIXME: getopt_long.c relies on C89 semantics
exclude: '^src/platforms/hosted/bmp_serial.c'

0 comments on commit 95b2ad6

Please sign in to comment.