Files
allwpilib/.styleguide
Tyler Veness 8958c4eabd Fixed wpilibj_frcnetcomm.py and added invocation to Travis (#1106)
Making Travis run wpilibj_frcnetcomm.py will help avoid bitrot in
FRCNetComm.java in the future. Formatting was also enabled on Python
source files and FRCNetComm.java was added back to the generated files
list.
2018-05-28 00:53:39 -04:00

34 lines
355 B
Plaintext

cppHeaderFileInclude {
\.h$
\.hpp$
\.inc$
}
cppSrcFileInclude {
\.cpp$
}
generatedFileExclude {
gtest/
ni-libraries/include/
ni-libraries/lib/
FRCNetComm\.java$
}
modifiableFileExclude {
shared/arm-linux-jni/
\.so$
}
repoRootNameOverride {
wpilib
}
includeOtherLibs {
^HAL/
^networktables/
^opencv2/
^support/
^wpi/
}