mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
* Fixed cpplint.py [build/include_order] and [build/include_what_you_use] warnings * Fixed cpplint.py [readability/casting] warnings * Updated .styleguide format * Fixed cpplint.py [build/header_guard] warnings
56 lines
593 B
Plaintext
56 lines
593 B
Plaintext
cExtensions {
|
|
}
|
|
|
|
cppHeaderExtensions {
|
|
h
|
|
inc
|
|
}
|
|
|
|
cppSrcExtensions {
|
|
cpp
|
|
}
|
|
|
|
otherExtensions {
|
|
java
|
|
}
|
|
|
|
genFolderExclude {
|
|
\.vscode
|
|
FRC_FPGA_ChipObject
|
|
NetworkCommunication
|
|
ctre
|
|
frccansae
|
|
gtest
|
|
i2clib
|
|
msgs
|
|
ni-libraries
|
|
ni/vision
|
|
spilib
|
|
wpilibj/src/athena/cpp/nivision
|
|
visa
|
|
}
|
|
|
|
genFileExclude {
|
|
CanTalonSRX\.h$
|
|
NIIMAQdx\.h$
|
|
can_proto\.h$
|
|
nivision\.h$
|
|
}
|
|
|
|
modifiableFolderExclude {
|
|
\.git
|
|
\.gradle
|
|
__pycache__
|
|
build
|
|
wpilibj/src/athena/cpp/include
|
|
wpilibj/src/athena/cpp/lib
|
|
}
|
|
|
|
modifiableFileExclude {
|
|
\.jar$
|
|
\.patch$
|
|
\.png$
|
|
\.py$
|
|
\.so$
|
|
}
|