|
3 | 3 | "fileMatcher": "**/*{.cpp,.c,.cc,.h,.hh,.hpp}", |
4 | 4 | "flags": "gi", |
5 | 5 | "replacements": [ |
6 | | - { "from": "frc[\\\\/]DMC60[.]h", "to": "frc/motorcontrol/DMC60.h" }, |
7 | | - { "from": "frc[\\\\/]Jaguar[.]h", "to": "frc/motorcontrol/Jaguar.h" }, |
8 | | - { "from": "frc[\\\\/]NidecBrushless[.]h", "to": "frc/motorcontrol/NidecBrushless.h" }, |
9 | | - { "from": "frc[\\\\/]PWMSparkMax[.]h", "to": "frc/motorcontrol/PWMSparkMax.h" }, |
10 | | - { "from": "frc[\\\\/]PWMSpeedController[.]h", "to": "frc/motorcontrol/PWMMotorController.h" }, |
11 | | - { "from": "frc[\\\\/]PWMTalonFX[.]h", "to": "frc/motorcontrol/PWMTalonFX.h" }, |
12 | | - { "from": "frc[\\\\/]PWMTalonSRX[.]h", "to": "frc/motorcontrol/PWMTalonSRX.h" }, |
13 | | - { "from": "frc[\\\\/]PWMVenom[.]h", "to": "frc/motorcontrol/PWMVenom.h" }, |
14 | | - { "from": "frc[\\\\/]PWMVictorSPX[.]h", "to": "frc/motorcontrol/PWMVictorSPX.h" }, |
15 | | - { "from": "frc[\\\\/]PowerDistributionPanel[.]h", "to": "frc/PowerDistribution.h" }, |
16 | | - { "from": "frc[\\\\/]SD540[.]h", "to": "frc/motorcontrol/SD540.h" }, |
17 | | - { "from": "frc[\\\\/]SlewRateLimiter[.]h", "to": "frc/SlewRateLimiter.h" }, |
18 | | - { "from": "frc[\\\\/]Spark[.]h", "to": "frc/motorcontrol/Spark.h" }, |
19 | | - { "from": "frc[\\\\/]Talon[.]h", "to": "frc/motorcontrol/Talon.h" }, |
20 | | - { "from": "frc[\\\\/]Victor[.]h", "to": "frc/motorcontrol/Victor.h" }, |
21 | | - { "from": "frc[\\\\/]VictorSP[.]h", "to": "frc/motorcontrol/VictorSP.h" }, |
22 | | - { "from": "frc[\\\\/]controller[\\\\/]HolonomicDriveController[.]h", "to": "frc/controller/HolonomicDriveController.h" }, |
23 | | - { "from": "frc[\\\\/]controller[\\\\/]PIDController[.]h", "to": "frc/controller/PIDController.h" }, |
24 | | - { "from": "frc[\\\\/]controller[\\\\/]ProfiledPIDController[.]h", "to": "frc/controller/ProfiledPIDController.h" }, |
25 | | - { "from": "frc[\\\\/]controller[\\\\/]RamseteController[.]h", "to": "frc/controller/RamseteController.h" }, |
26 | | - { "from": "frc[\\\\/]smartdashboard[\\\\/]Sendable[.]h", "to": "wpi/sendable/Sendable.h" }, |
27 | | - { "from": "frc[\\\\/]smartdashboard[\\\\/]SendableBuilder[.]h", "to": "wpi/sendable/SendableBuilder.h" }, |
28 | | - { "from": "frc[\\\\/]smartdashboard[\\\\/]SendableHelper[.]h", "to": "wpi/sendable/SendableHelper.h" }, |
29 | | - { "from": "frc[\\\\/]smartdashboard[\\\\/]SendableRegistry[.]h", "to": "wpi/sendable/SendableRegistry.h" }, |
30 | | - { "from": "frc[\\\\/]LinearFilter[.]h", "to": "frc/filter/LinearFilter.h" }, |
31 | | - { "from": "frc[\\\\/]MedianFilter[.]h", "to": "frc/filter/MedianFilter.h" }, |
32 | | - { "from": "frc[\\\\/]SlewRateLimiter[.]h", "to": "frc/filter/SlewRateLimiter.h" }, |
33 | | - { "from": "frc::Sendable\\b", "to": "wpi::Sendable" }, |
34 | | - { "from": "frc::SendableBuilder", "to": "wpi::SendableBuilder" }, |
35 | | - { "from": "frc::SendableHelper", "to": "wpi::SendableHelper" }, |
36 | | - { "from": "frc::SendableRegistry", "to": "wpi::SendableRegistry" }, |
37 | | - { "from": "frc::CameraServer::GetInstance[(][)]->", "to": "frc::CameraServer::" }, |
38 | | - { "from": "frc::DriverStation::GetInstance[(][)][.]", "to": "frc::DriverStation::" }, |
39 | | - { "from": "frc::LiveWindow::GetInstance[(][)]->", "to": "frc::LiveWindow::" }, |
40 | | - { "from": "frc::Preferences::GetInstance[(][)]->", "to": "frc::Preferences::" }, |
41 | | - { "from": "frc::SendableRegistry::GetInstance[(][)][.]", "to": "wpi::SendableRegistry::" }, |
42 | | - { "from": "wpi::SendableRegistry::GetInstance[(][)][.]", "to": "wpi::SendableRegistry::" }, |
43 | | - { "from": "wpi[\\\\/]math", "to": "wpi/numbers" }, |
44 | | - { "from": "wpi::math::", "to": "wpi::numbers::" }, |
45 | | - { "from": "([.>])Get(\\w*)[(]frc::GenericHID::JoystickHand::k(\\w*)Hand[)]", "to": "$1Get$3$2()" }, |
46 | | - { "from": "wpi[\\\\/]numbers", "to": "numbers" }, |
47 | | - { "from": "wpi::numbers::", "to": "std::numbers::" }, |
48 | | - { "from": "wpi[\\\\/]span", "to": "span" }, |
49 | | - { "from": "wpi::span<", "to": "std::span<" }, |
50 | | - { "from": "frc2::CommandBase", "to": "frc2::Command" }, |
51 | | - { "from": "frc2[\\\\/]command[\\\\/]CommandBase[.]h", "to": "frc2/command/Command.h" } |
52 | 6 | ] |
53 | 7 | } |
54 | 8 | ] |
0 commit comments