From 24980889da1883945aeb4d8540ccc9db853d0b01 Mon Sep 17 00:00:00 2001 From: Andreas Coroiu Date: Mon, 8 Jul 2024 13:36:48 +0200 Subject: [PATCH] chore: ignore capital letters linting for all macos files --- .github/whitelist-capital-letters.txt | 15 --------------- .github/workflows/lint.yml | 1 + 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/.github/whitelist-capital-letters.txt b/.github/whitelist-capital-letters.txt index afce21fd91..3155ef348f 100644 --- a/.github/whitelist-capital-letters.txt +++ b/.github/whitelist-capital-letters.txt @@ -30,21 +30,6 @@ ./LICENSE.txt ./apps/web/Dockerfile ./apps/web/README.md -./apps/desktop/macos/autofill-extension/Base.lproj/CredentialProviderViewController.xib -./apps/desktop/macos/autofill-extension/CredentialProviderViewController.swift -./apps/desktop/macos/autofill-extension/Info.plist -./apps/desktop/macos/autofill-extension/Base.lproj -./apps/desktop/macos/desktop/ViewController.swift -./apps/desktop/macos/desktop/Assets.xcassets -./apps/desktop/macos/desktop/Assets.xcassets/AppIcon.appiconset -./apps/desktop/macos/desktop/Assets.xcassets/AppIcon.appiconset/Contents.json -./apps/desktop/macos/desktop/Assets.xcassets/AccentColor.colorset -./apps/desktop/macos/desktop/Assets.xcassets/AccentColor.colorset/Contents.json -./apps/desktop/macos/desktop/Assets.xcassets/Contents.json -./apps/desktop/macos/desktop/Base.lproj -./apps/desktop/macos/desktop/Base.lproj/Main.storyboard -./apps/desktop/macos/desktop/AppDelegate.swift -./apps/desktop/macos/README.md ./apps/desktop/resources/installerSidebar.bmp ./apps/desktop/resources/appx/SplashScreen.png ./apps/desktop/resources/appx/BadgeLogo.png diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2d881a4c30..71cc49cde5 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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)