mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-30 02:31:44 +00:00
This turns the styleguide on for the non-python robotpy files. The overwhelming amount of changes were related to whitespace, followed by some IWYU for standard library headers.
51 lines
1.2 KiB
Plaintext
51 lines
1.2 KiB
Plaintext
cHeaderFileInclude {
|
|
_c\.h$
|
|
}
|
|
|
|
cppHeaderFileInclude {
|
|
(?<!_c)\.h$
|
|
\.inc$
|
|
\.inl$
|
|
}
|
|
|
|
generatedFileExclude {
|
|
assets/
|
|
docs/theme\.css$
|
|
generated/
|
|
hal/src/main/native/systemcore/rev/
|
|
|
|
src/main/python/.*/type_casters/
|
|
src/main/python/.*\.py$
|
|
src/test/python/.*\.py$
|
|
robotpyExamples/
|
|
resources/
|
|
thirdparty/
|
|
wpigui/src/main/native/cpp/portable-file-dialogs\.cpp$
|
|
wpigui/src/main/native/include/wpi/gui/portable-file-dialogs\.h$
|
|
wpimath/src/main/native/include/wpi/units/base\.hpp$
|
|
wpinet/src/main/native/cpp/http_parser\.cpp$
|
|
wpinet/src/main/native/include/wpi/net/http_parser\.hpp$
|
|
wpiutil/src/main/native/include/wpi/util/FastQueue\.hpp$
|
|
wpiutil/src/test/native/cpp/json/
|
|
wpiutil/src/test/native/cpp/llvm/
|
|
wpiutil/src/test/native/cpp/span/
|
|
}
|
|
|
|
modifiableFileExclude {
|
|
objcpp/
|
|
wpimath/src/test/native/cpp/UnitsTest\.cpp$
|
|
wpiutil/src/main/native/cpp/fs\.cpp$
|
|
wpiutil/src/main/native/include/wpi/util/fs\.hpp$
|
|
}
|
|
|
|
licenseUpdateExclude {
|
|
cscore/src/main/native/cpp/default_init_allocator\.hpp$
|
|
wpiutil/src/main/native/cpp/Base64\.cpp$
|
|
wpiutil/src/main/native/cpp/sha1\.cpp$
|
|
wpiutil/src/main/native/include/wpi/util/sha1\.hpp$
|
|
wpinet/src/main/native/linux/AvahiClient\.hpp$
|
|
|
|
src/main/python/
|
|
src/test/python/
|
|
}
|