Add regex to license check

This commit is contained in:
Yarmo Mackenbach 2022-02-25 11:07:17 +01:00
parent 6f4503572f
commit 3dd6b5ae1c
No known key found for this signature in database
GPG key ID: 37367F4AF4087AD1
2 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,4 @@
Copyright 2021 Yarmo Mackenbach
Copyright ##[0-9]{4}## ##[a-zA-Z0-9\s]+##
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.

View file

@ -7,5 +7,6 @@
"prepend": "# "
}
}
}
},
"regexIdentifier": "##"
}