Skip to content

OakvilleDynamics/2025-Robot

Repository files navigation

Oakville Dynamics Reefscape 2025 Robot

2025 FRC Source Code for Reefscape

Build Status

Action Status
CI Build
Qodana Qodana
CodeQL CodeQL Scanning
Spotless Syntax Check

How to use

  1. Clone repository
  2. Open the project in your WPILib Visual Studio Code (VS Code) after cloning
  3. Start hacking away!

Features

  • Preconfigured setup for GitHub Actions (helpful for CI/CD)
    • Build action for building the robot code (helpful for ensuring code compiles)
    • Unit testing for ensuring your code does function as intended
    • JetBrains Qodana action for static analysis (helpful for finding bugs and code smells)
    • CodeQL action for static analysis and security scanning (helpful for finding bugs and security vulnerabilities)
    • Spotless enforcement action for code formatting (helpful for keeping code cleanly formatted after commits)
    • Gradle Validation action for validating the Gradle wrapper (helpful for ensuring supply chain security)
  • Preconfigured setup for Command-Based Robot projects (helpful for getting started)
  • Dependabot for dependency updates (helpful for keeping dependencies up to date)
  • Preconfigured setup for Spotless inside of Gradle (helpful for keeping code cleanly formatted during development)
    • Automatic formatting on every Gradle build is enabled by default
    • A syntax check if formatting was not applied locally will be performed on every push to main, including pull requests into main

Requirements

  • WPILib 2025.1.1
  • Internet connection (for Gradle to download dependencies)

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages