Skip to content

Commit

Permalink
fix: android lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dom-murray committed Sep 28, 2023
1 parent a2b471e commit 3bc6610
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ jobs:
VALIDATE_ALL_CODEBASE: true
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FILTER_REGEX_EXCLUDE: (.*src/Packages/Passport/Runtime/ThirdParty/.*|.*src/Packages/Passport/Runtime/Resources/.*|.*Plugins/.*)
FILTER_REGEX_EXCLUDE: (.*src/Packages/Passport/Runtime/ThirdParty/.*|.*src/Packages/Passport/Runtime/Resources/.*|.*Plugins/.*|.*src/Packages/Passport/Assets/ImmutableAndroid.androidlib/.*)
VALIDATE_MARKDOWN: false
VALIDATE_GITLEAKS: false
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ public void onCustomTabsServiceConnected(@NonNull ComponentName name, @NonNull C
context.startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(url)));
}
}
}
}

0 comments on commit 3bc6610

Please sign in to comment.