Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
af984eef
Commit
af984eef
authored
Apr 08, 2016
by
danh-arm
Browse files
Merge pull request #588 from antonio-nino-diaz-arm/an/ignore-check-md
Fix style check and remove markdown files from it
parents
c71a87a3
8f524c22
Changes
1
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
af984eef
...
...
@@ -112,10 +112,10 @@ CHECK_IGNORE := --ignore COMPLEX_MACRO \
--ignore
GIT_COMMIT_ID
CHECKPATCH_ARGS
:=
--no-tree
--no-signoff
${CHECK_IGNORE}
CHECKCODE_ARGS
:=
--no-patch
--no-tree
--no-signoff
${CHECK_IGNORE}
# Do not check the coding style on C library files
# Do not check the coding style on C library files
or documentation files
INCLUDE_DIRS_TO_CHECK
:=
$(
sort
$(
filter-out
include/stdlib,
$(
wildcard
include/
*
)))
LIB_DIRS_TO_CHECK
:=
$(
sort
$(
filter-out
lib/stdlib,
$(
wildcard
lib/
*
)))
ROOT_DIRS_TO_CHECK
:=
$(
sort
$(
filter-out
lib include,
$(
wildcard
*
)))
)
ROOT_DIRS_TO_CHECK
:=
$(
sort
$(
filter-out
lib include
docs %.md
,
$(
wildcard
*
)))
CHECK_PATHS
:=
${ROOT_DIRS_TO_CHECK}
${INCLUDE_DIRS_TO_CHECK}
${LIB_DIRS_TO_CHECK}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment