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

chore: tweak lint rule

This commit is contained in:
Andreas Coroiu
2024-07-09 09:07:24 +02:00
parent 2859cc1517
commit bbd76380e2

View File

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