mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 06:41:14 +00:00
Add Sublime Text files to the license check configuration
This commit is contained in:
parent
d468d10d63
commit
beadd38b3e
2 changed files with 12 additions and 0 deletions
|
@ -214,6 +214,9 @@ lazy_static! {
|
|||
(".+\\.yaml$", LicenseLocation::Tag(LicenseTagStyle::shell_comment_style())),
|
||||
(".*\\.gitignore$", LicenseLocation::NoLicense),
|
||||
(".*\\.gitattributes$", LicenseLocation::NoLicense),
|
||||
(".+\\.sublime-settings$", LicenseLocation::Tag(NoLicense::shell_comment_style())),
|
||||
(".+\\.sublime-commands$", LicenseLocation::Tag(NoLicense::shell_comment_style())),
|
||||
(".+\\.sublime-syntax$", LicenseLocation::Tag(LicenseTagStyle::shell_comment_style())),
|
||||
("\\.clang-format$", LicenseLocation::NoLicense),
|
||||
(".+Dockerfile.*$", LicenseLocation::Tag(LicenseTagStyle::shell_comment_style())),
|
||||
("^api/sixtyfps-cpp/docs/Pipfile$", LicenseLocation::NoLicense),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue