Skip to content

Commit 10de5c1

Browse files
committed
Fix metadata text_file -> text and update to 0.1.2
1 parent ca55315 commit 10de5c1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nit"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2024"
55
license = "GPL-3.0-only"
66
description = "A more secure and reliable alternative to pre-commit."

lints/lint_regex/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
],
1515
"default_match": {
16-
"type": "text_file"
16+
"type": "text"
1717
},
1818
"repo": "https://github.com/timmmm/nit/"
1919
}

lints/lint_whitespace/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"require_serial": false,
55
"args": [],
66
"default_match": {
7-
"type": "text_file"
7+
"type": "text"
88
},
99
"repo": "https://github.com/timmmm/nit/"
1010
}

0 commit comments

Comments
 (0)