mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
Don't lint contrib'ed sources, even if the builder has asked for linting.
Its Just Too Noisy.
This commit is contained in:
parent
826a6331a6
commit
88eede7915
3 changed files with 6 additions and 0 deletions
|
|
@ -27,6 +27,8 @@
|
|||
LIB= crypto
|
||||
SHLIB_MAJOR= 2
|
||||
|
||||
NOLINT= true
|
||||
|
||||
MAINTAINER= kris
|
||||
|
||||
# base sources
|
||||
|
|
|
|||
|
|
@ -15,6 +15,8 @@ SRCS+= bsd-misc.c entropy.c
|
|||
SRCS+= version.c
|
||||
CFLAGS+=-I${SSHDIR}
|
||||
|
||||
NOLINT= true
|
||||
|
||||
.if defined(COMPAT_GETADDRINFO)
|
||||
SRCS+= getaddrinfo.c getnameinfo.c name6.c rcmd.c bindresvport.c
|
||||
.endif
|
||||
|
|
|
|||
|
|
@ -3,6 +3,8 @@
|
|||
LIB= ssl
|
||||
SHLIB_MAJOR= 2
|
||||
|
||||
NOLINT= true
|
||||
|
||||
MAINTAINER= kris
|
||||
|
||||
SRCS= bio_ssl.c s23_clnt.c s23_lib.c s23_meth.c s23_pkt.c s23_srvr.c \
|
||||
|
|
|
|||
Loading…
Reference in a new issue