mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-04 03:11:43 +00:00
[ci] Upgrade to wpiformat 2025.79 (#8491)
wpiformat now skips binary files matching a list of extensions. https://github.com/wpilibsuite/styleguide/blob/main/wpiformat/wpiformat/__init__.py#L483-L504
This commit is contained in:
4
.github/workflows/lint-format.yml
vendored
4
.github/workflows/lint-format.yml
vendored
@@ -36,7 +36,7 @@ jobs:
|
|||||||
- name: Install wpiformat
|
- name: Install wpiformat
|
||||||
run: |
|
run: |
|
||||||
python -m venv ${{ runner.temp }}/wpiformat
|
python -m venv ${{ runner.temp }}/wpiformat
|
||||||
${{ runner.temp }}/wpiformat/bin/pip3 install wpiformat==2025.78
|
${{ runner.temp }}/wpiformat/bin/pip3 install wpiformat==2025.79
|
||||||
- name: Run
|
- name: Run
|
||||||
run: ${{ runner.temp }}/wpiformat/bin/wpiformat -default-branch 2027
|
run: ${{ runner.temp }}/wpiformat/bin/wpiformat -default-branch 2027
|
||||||
- name: Check output
|
- name: Check output
|
||||||
@@ -78,7 +78,7 @@ jobs:
|
|||||||
- name: Install wpiformat
|
- name: Install wpiformat
|
||||||
run: |
|
run: |
|
||||||
python -m venv ${{ runner.temp }}/wpiformat
|
python -m venv ${{ runner.temp }}/wpiformat
|
||||||
${{ runner.temp }}/wpiformat/bin/pip3 install wpiformat==2025.78
|
${{ runner.temp }}/wpiformat/bin/pip3 install wpiformat==2025.79
|
||||||
- name: Create compile_commands.json
|
- name: Create compile_commands.json
|
||||||
run: |
|
run: |
|
||||||
./gradlew generateCompileCommands -Ptoolchain-optional-roboRio
|
./gradlew generateCompileCommands -Ptoolchain-optional-roboRio
|
||||||
|
|||||||
@@ -28,10 +28,6 @@ generatedFileExclude {
|
|||||||
}
|
}
|
||||||
|
|
||||||
modifiableFileExclude {
|
modifiableFileExclude {
|
||||||
\.icns$
|
|
||||||
\.ico$
|
|
||||||
\.jinja$
|
|
||||||
gradlew
|
|
||||||
objcpp/
|
objcpp/
|
||||||
wpimath/src/test/native/cpp/UnitsTest\.cpp$
|
wpimath/src/test/native/cpp/UnitsTest\.cpp$
|
||||||
wpiutil/src/main/native/cpp/fs\.cpp$
|
wpiutil/src/main/native/cpp/fs\.cpp$
|
||||||
|
|||||||
Reference in New Issue
Block a user