Files
allwpilib/wpimath/.styleguide
Gold856 28deba20f5 [wpimath] Commit generated quickbuf Java files (#5994)
This removes a build dependency on the quickbuf generator being available for the build platform.

It's safe to generate Java because the quickbuf version is defined by the project.

C++ protobufs can't be committed because the protoc version must
match the library version (this is a particular issue for cmake builds).
2023-12-05 17:02:29 -08:00

49 lines
727 B
Plaintext

cppHeaderFileInclude {
\.h$
\.hpp$
\.inc$
\.inl$
}
cppSrcFileInclude {
\.cpp$
}
modifiableFileExclude {
\.patch$
}
generatedFileExclude {
src/main/native/include/units/base\.h$
src/main/native/include/units/units\.h$
src/main/native/include/unsupported/
src/main/native/thirdparty/
src/test/native/cpp/UnitsTest\.cpp$
src/test/native/cpp/drake/
src/test/native/include/drake/
src/generated/main/java/edu/wpi/first/math/proto
}
repoRootNameOverride {
wpimath
}
includeGuardRoots {
wpimath/src/main/native/cpp/
wpimath/src/main/native/include/
wpimath/src/test/native/cpp/
}
includeOtherLibs {
^Eigen/
^fmt/
^gcem/
^gtest/
^unsupported/
^wpi/
}
includeProject {
^units/
}