mirror of
https://github.com/libssh2/libssh2.git
synced 2025-11-21 14:00:51 +03:00
checksrc: fix reference in Makefile.am, update options [ci skip]
This commit is contained in:
11
Makefile.am
11
Makefile.am
@@ -153,6 +153,13 @@ $(VCPROJ): win32/vc8proj.head win32/vc8proj.foot Makefile.am
|
|||||||
awk '{printf("%s\r\n", gensub("\r", "", "g"))}' > $@ )
|
awk '{printf("%s\r\n", gensub("\r", "", "g"))}' > $@ )
|
||||||
|
|
||||||
checksrc:
|
checksrc:
|
||||||
perl src/checksrc.pl -i4 -m79 -ASIZEOFNOPAREN -ASNPRINTF -ACOPYRIGHT \
|
perl ci/checksrc.pl -i4 -m79 \
|
||||||
-AFOPENMODE -Wsrc/libssh2_config.h src/*.[ch] include/*.h example/*.c \
|
-ASIZEOFNOPAREN \
|
||||||
|
-ASNPRINTF \
|
||||||
|
-ACOPYRIGHT \
|
||||||
|
-AFOPENMODE \
|
||||||
|
-AEQUALSNULL \
|
||||||
|
-ANOTEQUALSZERO \
|
||||||
|
-ATYPEDEFSTRUCT \
|
||||||
|
-Wsrc/libssh2_config.h src/*.[ch] include/*.h example/*.c \
|
||||||
tests/*.[ch]
|
tests/*.[ch]
|
||||||
|
|||||||
Reference in New Issue
Block a user