From 29be046f507c9b738b122171714f9f125aec6148 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Fri, 5 Aug 2022 22:14:24 +0200 Subject: [PATCH] tools/hecat: awesome_lint: read licenses from licenses.yml and licenses-nonfree.yml --- .hecat.process.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.hecat.process.yml b/.hecat.process.yml index c7d2667f7a..069136208d 100644 --- a/.hecat.process.yml +++ b/.hecat.process.yml @@ -1,5 +1,5 @@ steps: - - name: update metadata form Github API + - name: update metadata from Github API module: processors/github_metadata module_options: source_directory: ./ @@ -10,3 +10,6 @@ steps: module_options: source_directory: ./ items_in_delegate_to_fatal: False + licenses_files: + - licenses.yml + - licenses-nonfree.yml