From ebee1f3b8dae3a9434523c0a0196ef291ba47c44 Mon Sep 17 00:00:00 2001 From: Theo Thomas Date: Mon, 4 Oct 2021 10:19:08 +0200 Subject: [PATCH] Disable license check on DS_Store (#6504) --- license-checker-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/license-checker-config.json b/license-checker-config.json index ee0dd4f7b..0c477f97c 100644 --- a/license-checker-config.json +++ b/license-checker-config.json @@ -4,7 +4,7 @@ ".cached_tools", ".git", ".github/ISSUE_TEMPLATE", ".tmp", "coverage", "cypress", ".idea", "aio/test-resources", "**/*.json", "**/*.yaml", "**/*.svg", "**/*.txt", "**/*.md", "**/OWNERS", - "**/.helmignore", "**/*.lock", "**/config_repos" + "**/.helmignore", "**/*.lock", "**/config_repos","**/.DS_Store" ], "license": "aio/scripts/license-header.txt", "defaultFormat": { -- GitLab