mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-05 03:21:42 +00:00
.styleguide now uses generalized config file format (#94)
Requires styleguide#66.
This commit is contained in:
committed by
Peter Johnson
parent
3c88f94b43
commit
10fbf17d42
18
.styleguide
18
.styleguide
@@ -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$
|
||||
|
||||
Reference in New Issue
Block a user