Fix license check

This commit is contained in:
Olivier Goffart 2020-12-08 16:51:21 +01:00
parent daf9da5649
commit 05b33968ad

View file

@ -211,6 +211,7 @@ lazy_static! {
(".+\\.rst$", LicenseLocation::Tag(LicenseTagStyle::rst_comment_style())),
(".+\\.yaml$", LicenseLocation::Tag(LicenseTagStyle::shell_comment_style())),
(".*\\.gitignore$", LicenseLocation::NoLicense),
(".*\\.gitattributes$", LicenseLocation::NoLicense),
("\\.clang-format$", LicenseLocation::NoLicense),
(".+Dockerfile.*$", LicenseLocation::Tag(LicenseTagStyle::shell_comment_style())),
("^api/sixtyfps-cpp/docs/Pipfile$", LicenseLocation::NoLicense),