You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@annotator.apache.org by bi...@apache.org on 2019/10/09 15:52:43 UTC

[incubator-annotator] 03/07: Add HTML files to license checking

This is an automated email from the ASF dual-hosted git repository.

bigbluehat pushed a commit to branch adding-repolinter-and-asf-rules
in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git

commit e1309fc9a86a8c93183764f572d1dc7030c803f7
Author: Benjamin Young <by...@wiley.com>
AuthorDate: Wed Oct 9 11:34:01 2019 -0400

    Add HTML files to license checking
---
 repolinter.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/repolinter.json b/repolinter.json
index eba3997..116f1e3 100644
--- a/repolinter.json
+++ b/repolinter.json
@@ -38,7 +38,7 @@
           "human-readable-content": "email address"
         }
       ],
-      "source-license-headers-exist:file-starts-with": ["warning", {"files": ["**/*.js", "!node_modules/**"], "lineCount": 5, "patterns": ["Licensed to the Apache Software Foundation"], "flags": "i"}],
+      "source-license-headers-exist:file-starts-with": ["warning", {"files": ["**/*.js", "**/*.html", "!node_modules/**"], "lineCount": 5, "patterns": ["Licensed to the Apache Software Foundation"], "flags": "i"}],
       "github-issue-template-exists:file-existence": ["info", {"files": ["ISSUE_TEMPLATE*", ".github/ISSUE_TEMPLATE*"]}],
       "github-pull-request-template-exists:file-existence": ["info", {"files": ["PULL_REQUEST_TEMPLATE*", ".github/PULL_REQUEST_TEMPLATE*"]}]
     },