Add hadolint
This commit is contained in:
parent
779687182c
commit
40e05c6f70
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Reference in a new issue