mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 22:31:14 +00:00
Fix license check
This commit is contained in:
parent
daf9da5649
commit
05b33968ad
1 changed files with 1 additions and 0 deletions
|
@ -211,6 +211,7 @@ lazy_static! {
|
||||||
(".+\\.rst$", LicenseLocation::Tag(LicenseTagStyle::rst_comment_style())),
|
(".+\\.rst$", LicenseLocation::Tag(LicenseTagStyle::rst_comment_style())),
|
||||||
(".+\\.yaml$", LicenseLocation::Tag(LicenseTagStyle::shell_comment_style())),
|
(".+\\.yaml$", LicenseLocation::Tag(LicenseTagStyle::shell_comment_style())),
|
||||||
(".*\\.gitignore$", LicenseLocation::NoLicense),
|
(".*\\.gitignore$", LicenseLocation::NoLicense),
|
||||||
|
(".*\\.gitattributes$", LicenseLocation::NoLicense),
|
||||||
("\\.clang-format$", LicenseLocation::NoLicense),
|
("\\.clang-format$", LicenseLocation::NoLicense),
|
||||||
(".+Dockerfile.*$", LicenseLocation::Tag(LicenseTagStyle::shell_comment_style())),
|
(".+Dockerfile.*$", LicenseLocation::Tag(LicenseTagStyle::shell_comment_style())),
|
||||||
("^api/sixtyfps-cpp/docs/Pipfile$", LicenseLocation::NoLicense),
|
("^api/sixtyfps-cpp/docs/Pipfile$", LicenseLocation::NoLicense),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue