Skip to content

Commit c094d6d

Browse files
committed
ci: ignoring unnecessary lints
1 parent 1460770 commit c094d6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ linting:
5454
- pacman -S clang cunit gawk grep --noconfirm
5555
script:
5656
- for i in $( du -a src/ tests | awk '{print $2}' | grep -i ".c$" ); do
57-
- clang-tidy $i --checks="*,-llvmlibc-restrict-system-libc-headers" --warnings-as-errors="*"
57+
- clang-tidy $i --checks="*,-llvmlibc-restrict-system-libc-headers,-altera-id-dependent-backward-branch,-altera-unroll-loops" --warnings-as-errors="*"
5858
- done
5959
rules:
6060
- if: $CI_MERGE_REQUEST_ID

0 commit comments

Comments
 (0)