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
|
image: mcr.microsoft.com/dotnet/sdk:6.0-focal
|
||||||
failure: ignore
|
failure: ignore
|
||||||
environment:
|
environment:
|
||||||
EXCLUDE: "(.exe|.dll|.ico|.gitkeep)"
|
EXCLUDE: "(.exe|.dll|.ico|.gitkeep|Vendor)"
|
||||||
commands:
|
commands:
|
||||||
- |
|
- |
|
||||||
apt-get update
|
apt-get update
|
||||||
|
Loading…
Reference in New Issue
Block a user