Add primitive CPPLINT.cfg.

We'll add more things to this as we discover other warnings we don't
care about.

Change-Id: I408f688827cab0f74e055d8f1778069163663f0b
This commit is contained in:
Dan Albert 2015-01-29 10:52:53 -08:00
parent 3780aba635
commit 6ac4dd8ba9
2 changed files with 3 additions and 1 deletions

2
CPPLINT.cfg Normal file
View file

@ -0,0 +1,2 @@
set noparent
filter=-build/header_guard,-runtime/int,-readability/function

View file

@ -95,7 +95,7 @@ extern long labs(long) __pure2;
extern long long llabs(long long) __pure2;
extern char * realpath(const char *path, char *resolved);
extern int system(const char * string);
extern int system(const char *string);
extern void * bsearch(const void *key, const void *base0,
size_t nmemb, size_t size,