mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Updated remaining .styleguide files to new config file format (#635)
This commit is contained in:
committed by
Peter Johnson
parent
38dbed8e09
commit
e444b6015c
@@ -10,13 +10,12 @@ cppSrcFileInclude {
|
||||
|
||||
generatedFileExclude {
|
||||
gmock/
|
||||
ni-libraries/
|
||||
ni-libraries/include/
|
||||
ni-libraries/lib/
|
||||
hal/src/main/native/athena/ctre/
|
||||
hal/src/main/native/athena/frccansae/
|
||||
hal/src/main/native/athena/visa/
|
||||
hal/src/main/native/include/ctre/
|
||||
simulation/JavaGazebo/build/classes/main/gazebo/msgs/
|
||||
wpilibj/src/athena/cpp/nivision/
|
||||
UsageReporting\.h$
|
||||
}
|
||||
|
||||
|
||||
@@ -1,26 +1,21 @@
|
||||
cppHeaderExtensions {
|
||||
h
|
||||
hpp
|
||||
inc
|
||||
cppHeaderFileInclude {
|
||||
\.h$
|
||||
\.hpp$
|
||||
\.inc$
|
||||
}
|
||||
|
||||
cppSrcExtensions {
|
||||
cpp
|
||||
cppSrcFileInclude {
|
||||
\.cpp$
|
||||
}
|
||||
|
||||
otherExtensions {
|
||||
java
|
||||
}
|
||||
|
||||
genFileExclude {
|
||||
generatedFileExclude {
|
||||
gmock/
|
||||
ni-libraries/
|
||||
ni-libraries/include/
|
||||
ni-libraries/lib/
|
||||
hal/src/main/native/athena/ctre/
|
||||
hal/src/main/native/athena/frccansae/
|
||||
hal/src/main/native/athena/visa/
|
||||
hal/src/main/native/include/ctre/
|
||||
simulation/JavaGazebo/build/classes/main/gazebo/msgs/
|
||||
wpilibj/src/athena/cpp/nivision/
|
||||
UsageReporting\.h$
|
||||
}
|
||||
|
||||
|
||||
@@ -1,26 +1,21 @@
|
||||
cppHeaderExtensions {
|
||||
h
|
||||
hpp
|
||||
inc
|
||||
cppHeaderFileInclude {
|
||||
\.h$
|
||||
\.hpp$
|
||||
\.inc$
|
||||
}
|
||||
|
||||
cppSrcExtensions {
|
||||
cpp
|
||||
cppSrcFileInclude {
|
||||
\.cpp$
|
||||
}
|
||||
|
||||
otherExtensions {
|
||||
java
|
||||
}
|
||||
|
||||
genFileExclude {
|
||||
generatedFileExclude {
|
||||
gmock/
|
||||
ni-libraries/
|
||||
ni-libraries/include/
|
||||
ni-libraries/lib/
|
||||
hal/src/main/native/athena/ctre/
|
||||
hal/src/main/native/athena/frccansae/
|
||||
hal/src/main/native/athena/visa/
|
||||
hal/src/main/native/include/ctre/
|
||||
simulation/JavaGazebo/build/classes/main/gazebo/msgs/
|
||||
wpilibj/src/athena/cpp/nivision/
|
||||
UsageReporting\.h$
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user