Skip to content

Commit e50b024

Browse files
committed
Added cpplint configuration.
1 parent 0eb73cb commit e50b024

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

CPPLINT.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
set noparent
2+
filter=-,+build/include_what_you_use,+build/forward_decl,+build/printf_format,+legal/copyright,+build/include,-build/include_alpha,-build/include_order
3+
linelength=120

Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ EXTRA_DIST = .travis.yml \
2222
m4/m4_ax_check_compile_flag.m4 \
2323
Makefile.vc7 \
2424
CMakeLists.txt \
25+
CPPLINT.cfg \
2526
README.md \
2627
libde265.png \
2728
*/COPYING

libde265/CPPLINT.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
exclude_files=md5\..*
2+

libde265/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ endif
124124

125125
EXTRA_DIST = Makefile.vc7 \
126126
CMakeLists.txt \
127+
CPPLINT.cfg \
127128
../extra/stdbool.h \
128129
../extra/stdint.h
129130

0 commit comments

Comments
 (0)