Skip to content

Commit

Permalink
added exceptions to CI checks
Browse files Browse the repository at this point in the history
  • Loading branch information
PotmanNob committed Dec 28, 2024
1 parent ecee063 commit 50ec349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import sys

# List of files to excuse (constants and things we didnt make and stuff we wont use)
excused_files = ["Constants.java", "Drive.java", "TunerConstants.java", "BuildConstants.java", "LocalADStarAK.java", "VisionUtil.java", "SwerveModule.java", "VisionIOSim.java"]
excused_files = ["GlobalConstants.java", "Drive.java", "TunerConstants.java", "BuildConstants.java", "LocalADStarAK.java", "VisionUtil.java", "SwerveModule.java", "VisionIOSim.java", "ElevatorConstants.java", "IntakeConstants.java"]

# Not really dirs becasue the full ones didnt work
excused_dirs = [
Expand Down

0 comments on commit 50ec349

Please sign in to comment.