Skip to content

Commit

Permalink
treefmt: Enable shellcheck
Browse files Browse the repository at this point in the history
Signed-off-by: Mika Tammi <[email protected]>
  • Loading branch information
Mika Tammi authored and brianmcgillion committed Feb 28, 2024
1 parent 8095f1f commit 5d26849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/treefmt.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
ruff.enable = true;

# Bash
#shellcheck.enable = true; # lints shell scripts https://github.com/koalaman/shellcheck
shellcheck.enable = true; # lints shell scripts https://github.com/koalaman/shellcheck
};

# Automatically fix linting errors and formatting errors where possible
Expand Down

0 comments on commit 5d26849

Please sign in to comment.