aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2023-06-21 12:55:08 +0000
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2023-06-21 12:55:44 +0000
commit776c42f48596a7439044d373c93df28e3253ecc7 (patch)
tree0070b8c3bf1e88874053c336959904a6e1f2854c
parenteefbbf1e920764a0244f77a80262d9f682d34963 (diff)
Add the *.yaml ending to license checker ignore list
Issue-ID: PORTALNG-6 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: I0484fd56b7c2a6d807bb82155d710d9603745e17
-rw-r--r--license-check-and-add-config.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/license-check-and-add-config.json b/license-check-and-add-config.json
index c092951..6f65640 100644
--- a/license-check-and-add-config.json
+++ b/license-check-and-add-config.json
@@ -1,5 +1,5 @@
{
- "ignore":["openapi","src/assets","server","Dockerfile","*.yml","*.json","*.md","**/*.conf.js",".*","*.sh","*.properties","version","development","*.json.template",".npm"],
+ "ignore":["openapi","src/assets","server","Dockerfile","*.yml","*.yaml","*.json","*.md","**/*.conf.js",".*","*.sh","*.properties","version","development","*.json.template",".npm"],
"license": "LICENSE_HEADER",
"licenseFormats": {
"js|ts|css": {