1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-11 22:13:32 +00:00

chore: ignore capital letters linting for all macos files

This commit is contained in:
Andreas Coroiu
2024-07-08 13:36:48 +02:00
parent ffc0f0b8bb
commit 24980889da
2 changed files with 1 additions and 15 deletions

View File

@@ -37,6 +37,7 @@ jobs:
! -path "./.github/*" \
! -path "*/Cargo.toml" \
! -path "*/Cargo.lock" \
! -path "*/macos/*" \
> tmp.txt
diff <(sort .github/whitelist-capital-letters.txt) <(sort tmp.txt)