dev: norm
This commit is contained in:
parent
1c023df1ff
commit
a93af5c48f
4 changed files with 26 additions and 23 deletions
10
dev/norm.sh
10
dev/norm.sh
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Use the norminette but without all these rules that make coding harder.
|
||||
|
||||
norminette | grep -v \
|
||||
norminette $* | grep -v \
|
||||
"INVALID_HEADER
|
||||
VAR_DECL_START_FUNC
|
||||
EMPTY_LINE_FUNCTION
|
||||
|
|
@ -10,10 +10,10 @@ TOO_MANY_ARGS
|
|||
TOO_MANY_FUNCS
|
||||
TOO_MANY_LINES
|
||||
PREPROC_CONSTANT
|
||||
MACRO_FUNC_FORBIDDEN
|
||||
GLOBAL_VAR_DETECTED
|
||||
WRONG_SCOPE_COMMENT
|
||||
MULT_DECL_LINE
|
||||
GOTO_FBIDDEN
|
||||
LABEL_FBIDDEN
|
||||
TERNARY_FBIDDEN"
|
||||
FORBIDDEN
|
||||
FBIDDEN
|
||||
SPACE_EMPTY_LINE
|
||||
DECL_ASSIGN_LINE"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue