Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NigelBreslaw authored and gitbutler-client committed Aug 21, 2024
1 parent 85b747e commit 8bee321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xtask/src/license_headers_check.rs
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ lazy_static! {
("(^|/)partitions\\.csv$", LicenseLocation::NoLicense),
("(^|/)sdkconfig", LicenseLocation::NoLicense), // auto-generated
("(^|/)Pipfile$", LicenseLocation::Tag(LicenseTagStyle::shell_comment_style())),
("(^|/)package-lock\\.json$", LicenseLocation::NoLicense),
("(^|/)pnpm-lock\\.yaml$", LicenseLocation::NoLicense),

// Path prefix matches:
("^editors/tree-sitter-slint/corpus/", LicenseLocation::NoLicense), // liberal license
Expand Down

0 comments on commit 8bee321

Please sign in to comment.