File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 7575 " manual"
7676 ]
7777 },
78+ {
79+ "id" : " check-illegal-windows-names" ,
80+ "name" : " check illegal windows names" ,
81+ "entry" : " Illegal windows filenames detected" ,
82+ "language" : " fail" ,
83+ "files" : " (?i)(^|/)(CON|PRN|AUX|NUL|COM[1-9]|LPT[1-9])(\\ .|/|$)"
84+ },
7885 {
7986 "id" : " check-json" ,
8087 "name" : " check json" ,
Original file line number Diff line number Diff line change @@ -152,6 +152,10 @@ <h3 data-repo="https://github.com/pre-commit/pre-commit-hooks">
152152 < code > check-executables-have-shebangs</ code >
153153 - ensures that (non-binary) executables have a shebang.
154154 </ li >
155+ < li data-id ="check-illegal-windows-names " data-types ="">
156+ < code > check-illegal-windows-names</ code >
157+ - check illegal windows names
158+ </ li >
155159 < li data-id ="check-json " data-types ="json ">
156160 < code > check-json</ code >
157161 - checks json files for parseable syntax.
You can’t perform that action at this time.
0 commit comments