Skip to content

Commit

Permalink
Apply wpiformat
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Oct 31, 2024
1 parent 761be8b commit 14cb34b
Show file tree
Hide file tree
Showing 9 changed files with 402 additions and 300 deletions.
54 changes: 54 additions & 0 deletions .styleguide
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
cppHeaderFileInclude {
\.h$
\.hpp$
\.inc$
\.inl$
}

cppSrcFileInclude {
\.cpp$
}

modifiableFileExclude {
cmake/toolchains/
thirdparty/
\.patch$
gradlew
}

generatedFileExclude {
FRCNetComm\.java$
simulation/gz_msgs/src/include/simulation/gz_msgs/msgs\.h$
fieldImages/src/main/native/resources/
apriltag/src/test/resources/
wpilibc/src/generated/
}

repoRootNameOverride {
wpilib
}

includeOtherLibs {

This comment has been minimized.

Copy link
@auscompgeek

auscompgeek Nov 2, 2024

Shouldn't frc/ be included in this list?

^Eigen/
^cameraserver/
^cscore
^fmt/
^glass/
^google/
^gtest/
^hal/
^imgui
^implot
^mockdata/
^networktables/
^ntcore
^opencv2/
^support/
^units/
^unsupported/
^vision/
^wpi/
^wpigui
^wpimath/
^wpinet/
}
6 changes: 6 additions & 0 deletions .styleguide-license
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// Copyright (c) 2024 FRC 6328
// http://github.com/Mechanical-Advantage
//
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file at
// the root directory of this project.
2 changes: 1 addition & 1 deletion release.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1. Push updated version in "publish.gradle" and vendordep JSON to "main" branch
2. Download maven artifact from GitHub Actions
3. Replace maven artifacts and vendordep JSON on "maven" branch
4. Create tag and release from "maven" branch
4. Create tag and release from "maven" branch
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ pluginManagement {
mavenLocal()
gradlePluginPortal()
}
}
}
Loading

0 comments on commit 14cb34b

Please sign in to comment.