mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 08:49:44 +01:00
a88df2fb10
Bacon is a background rust code checker. See <https://dystroy.org/bacon/>.
8 lines
203 B
TOML
8 lines
203 B
TOML
[export]
|
|
enabled = true
|
|
line_format = "{kind} {path}:{line}:{column} {message}"
|
|
path = ".bacon-locations"
|
|
|
|
[jobs.ta]
|
|
command = ["cargo", "test", "--all-features", "--color", "always"]
|
|
need_stdout = true
|