-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.nit.json5
More file actions
31 lines (31 loc) · 890 Bytes
/
.nit.json5
File metadata and controls
31 lines (31 loc) · 890 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
linters: [
{
name: "Trailing whitespace",
location: {
remote: {
url: "https://github.com/Timmmm/nit/releases/download/0.1.4/lint_whitespace.wasm",
hash: "3c6e03861a70c4ae165890bb991527ada59749b00c31b89041fe18faa6d24853",
},
},
},
{
name: "Rust",
location: {
remote: {
url: "https://github.com/Timmmm/rustfmt/releases/download/wasi-0/rustfmt.wasm",
hash: "a93885c2a4b3ff7cf66b8b76c6fa7b80bcb2929e636a07a3a86ceabc18783a2f",
},
},
override_args: {
extra_args: [
"--edition",
"2024",
],
},
},
],
include: {
bool: true,
},
}