mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
ci: include scripts/find-banned.sh
...to search for functions which have been banned from our code base, because they're too easy to misuse, and even if used correctly, complicate audits, cause inconsistencies and/or make static analysis harder.
This commit is contained in:
parent
235e11f6c9
commit
f0b72e3af7
2 changed files with 4 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -18,6 +18,8 @@ jobs:
|
|||
- name: Code Style
|
||||
run: |
|
||||
./scripts/check
|
||||
make -C scripts/helper
|
||||
./scripts/find-banned.sh
|
||||
build:
|
||||
name: Build
|
||||
needs: codestyle
|
||||
|
|
|
|||
2
scripts/helper/.gitignore
vendored
Normal file
2
scripts/helper/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
find-idents
|
||||
*.o
|
||||
Loading…
Add table
Add a link
Reference in a new issue