.styleguide now uses generalized config file format (#94)

Requires styleguide#66.
This commit is contained in:
Tyler Veness
2017-09-06 22:59:23 -07:00
committed by Peter Johnson
parent 3c88f94b43
commit 10fbf17d42

View File

@@ -1,18 +1,14 @@
cppHeaderExtensions {
h
hpp
inc
cppHeaderFileInclude {
\.h$
\.hpp$
\.inc$
}
cppSrcExtensions {
cpp
cppSrcFileInclude {
\.cpp$
}
otherExtensions {
java
}
genFileExclude {
generatedFileExclude {
gmock/
src/arm-linux-jni/
src/main/native/cpp/jni/CameraServerJNI\.cpp$