Exclude vendor files from FileLinter
This commit is contained in:
parent
e63194f488
commit
96d8cdae1a
@ -13,7 +13,7 @@ steps:
|
||||
image: mcr.microsoft.com/dotnet/sdk:6.0-focal
|
||||
failure: ignore
|
||||
environment:
|
||||
EXCLUDE: "(.exe|.dll|.ico|.gitkeep)"
|
||||
EXCLUDE: "(.exe|.dll|.ico|.gitkeep|Vendor)"
|
||||
commands:
|
||||
- |
|
||||
apt-get update
|
||||
|
Loading…
Reference in New Issue
Block a user