File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -122,6 +122,10 @@ used at the same time.
122
122
123
123
- [ shellcheck] ( https://github.com/koalaman/shellcheck )
124
124
125
+ ## HTML
126
+
127
+ - [ html-tidy] ( https://github.com/htacg/tidy-html5 )
128
+
125
129
## Terraform
126
130
127
131
- ` terraform-format ` : built-in formatter
Original file line number Diff line number Diff line change 225
225
entry = "${ tools . hunspell } /bin/hunspell -l" ;
226
226
files = "\\ .((txt)|(html)|(xml)|(md)|(rst)|(tex)|(odf)|\\ d)$" ;
227
227
} ;
228
+ html-tidy =
229
+ {
230
+ name = "html-tidy" ;
231
+ description = "HTML linter" ;
232
+ entry = "${ tools . html-tidy } /bin/tidy -quiet -errors" ;
233
+ files = "\\ .html$" ;
234
+ } ;
228
235
} ;
229
236
}
Original file line number Diff line number Diff line change 22
22
, cargo
23
23
, nodePackages
24
24
, hunspell
25
+ , html-tidy
25
26
} :
26
27
27
28
{
28
- inherit ansible-lint hlint shellcheck ormolu hindent cabal-fmt nixpkgs-fmt nixfmt nix-linter rustfmt clippy cargo ;
29
+ inherit ansible-lint hlint shellcheck ormolu hindent cabal-fmt nixpkgs-fmt nixfmt nix-linter rustfmt clippy cargo html-tidy ;
29
30
inherit ( elmPackages ) elm-format ;
30
31
inherit ( haskellPackages ) stylish-haskell brittany hpack fourmolu ;
31
32
inherit ( pythonPackages ) yamllint ;
You can’t perform that action at this time.
0 commit comments