Skip to content

Commit

Permalink
Added cpplint configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
fancycode committed Jan 18, 2017
1 parent 1b9d8ed commit cd1a6fd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CPPLINT.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
set noparent
filter=-,+build/include_what_you_use,+build/forward_decl,+build/printf_format,+legal/copyright,+build/include,-build/include_alpha,-build/include_order
linelength=120
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ EXTRA_DIST = .travis.yml \
m4/m4_ax_check_compile_flag.m4 \
Makefile.vc7 \
CMakeLists.txt \
CPPLINT.cfg \
README.md \
libde265.png \
*/COPYING
Expand Down
2 changes: 2 additions & 0 deletions libde265/CPPLINT.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
exclude_files=md5\..*

1 change: 1 addition & 0 deletions libde265/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ endif

EXTRA_DIST = Makefile.vc7 \
CMakeLists.txt \
CPPLINT.cfg \
../extra/stdbool.h \
../extra/stdint.h

Expand Down

0 comments on commit cd1a6fd

Please sign in to comment.