cfg.mk: ignore syntax-check for git.mk
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> Closes: #246 Approved by: cgwalters
This commit is contained in:
parent
6aa447a917
commit
8ff9a48ce3
2
cfg.mk
2
cfg.mk
|
|
@ -1,4 +1,4 @@
|
|||
export VC_LIST_EXCEPT_DEFAULT=^(lib/.*|m4/.*|md5/.*|build-aux/.*|src/gettext\.h|.*ChangeLog|buildutil/.*)$$
|
||||
export VC_LIST_EXCEPT_DEFAULT=^(git.mk|lib/.*|m4/.*|md5/.*|build-aux/.*|src/gettext\.h|.*ChangeLog|buildutil/.*)$$
|
||||
|
||||
local-checks-to-skip = \
|
||||
sc_const_long_option \
|
||||
|
|
|
|||
Loading…
Reference in New Issue