Add hadolint

This commit is contained in:
Oliver Davies 2024-04-04 18:52:03 +01:00
parent 779687182c
commit 40e05c6f70

View file

@ -261,6 +261,8 @@ in rec {
config.allowUnfree = true;
};
inherit (pkgs) hadolint;
in [
# Languages
nodePackages.typescript
@ -293,6 +295,7 @@ in rec {
pkgs.stylua
# Tools
hadolint
nodePackages.jsonlint
nodePackages.markdownlint-cli
php82Packages.php-codesniffer