Skip to content

Commit 9a2755a

Browse files
committed
ngx-releng: check tab indentations.
1 parent 3ff778f commit 9a2755a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ngx-releng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ ack '(?<=\#define)\s*DDEBUG\s*[1-9]' src /dev/null && exit 1
1717
ack '.{81}' $cfiles /dev/null
1818
ack '(?<!:)//' $cfiles /dev/null
1919
ack '[ \t]+$' $cfiles /dev/null
20+
ack '^\s*?\t\s*\S' $cfiles /dev/null
2021
ack '^master_on' `find t -name '*.t'` /dev/null
2122
ack 'if \( |if \(! |if \(.*? \)' $cfiles /dev/null
2223
ack '\--- *(?:ONLY|LAST)' `find t -name '*.t'` /dev/null

0 commit comments

Comments
 (0)