mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
60 lines
993 B
Plaintext
60 lines
993 B
Plaintext
cppHeaderFileInclude {
|
|
\.h$
|
|
\.hpp$
|
|
\.inc$
|
|
\.inl$
|
|
expected$
|
|
math$
|
|
numbers$
|
|
scope$
|
|
}
|
|
|
|
cppSrcFileInclude {
|
|
\.cpp$
|
|
}
|
|
|
|
modifiableFileExclude {
|
|
src/main/native/include/wpi/util/MulticastServiceAnnouncer\.h$
|
|
}
|
|
|
|
generatedFileExclude {
|
|
src/main/native/thirdparty/
|
|
|
|
src/main/python/
|
|
src/test/python/
|
|
|
|
src/main/native/include/wpi/util/fs\.hpp$
|
|
src/main/native/include/wpi/util/FastQueue\.hpp$
|
|
src/main/native/cpp/fs\.cpp$
|
|
src/main/native/resources/
|
|
src/main/native/windows/StackWalker
|
|
src/test/native/cpp/llvm/
|
|
src/test/native/cpp/span/
|
|
src/test/native/cpp/json/
|
|
src/generated/test/native/cpp
|
|
}
|
|
|
|
licenseUpdateExclude {
|
|
src/main/native/cpp/Base64\.cpp$
|
|
src/main/native/cpp/sha1\.cpp$
|
|
src/main/native/include/wpi/util/sha1\.hpp$
|
|
}
|
|
|
|
repoRootNameOverride {
|
|
wpiutil
|
|
}
|
|
|
|
includeOtherLibs {
|
|
^catch2/
|
|
^fmt/
|
|
^gmock/
|
|
^gtest/
|
|
^upb/
|
|
}
|
|
|
|
includeGuardRoots {
|
|
wpiutil/src/main/native/cpp/
|
|
wpiutil/src/main/native/include/
|
|
wpiutil/src/test/native/cpp/
|
|
}
|