Commit d5991d2
chore(deps): bump com.puppycrawl.tools:checkstyle from 10.23.1 to 13.4.0 (#400)
* chore(deps): bump com.puppycrawl.tools:checkstyle from 10.23.1 to 13.4.0
Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.23.1 to 13.4.0.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-10.23.1...checkstyle-13.4.0)
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
dependency-version: 13.4.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix: move checkstyle to Java 21+ profile and suppress new 13.x checks
Agent-Logs-Url: https://github.com/bramp/ffmpeg-cli-wrapper/sessions/0088c37e-67da-4af5-b202-91c7db9438bb
Co-authored-by: bramp <160627+bramp@users.noreply.github.com>
* chore: plan to fix violations instead of suppressing them
Agent-Logs-Url: https://github.com/bramp/ffmpeg-cli-wrapper/sessions/0088c37e-67da-4af5-b202-91c7db9438bb
Co-authored-by: bramp <160627+bramp@users.noreply.github.com>
* Fix checkstyle violations: TODO colons and snake_case field renames
- Add missing colons to all TODO comments in src/main/**/*.java
- Rename subtitle_codec → subtitleCodec in AbstractFFmpegStreamBuilder
- Rename pass_directory → passDirectory, pass_prefix → passPrefix,
user_agent → userAgent, read_at_native_frame_rate → readAtNativeFrameRate,
extra_args → extraArgs in FFmpegBuilder
- Rename last_pts → lastPts in Stream.java and Frame.java
Build: passes with Java 17 and Java 21
Checkstyle: 0 violations
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: bramp <160627+bramp@users.noreply.github.com>
* Remove now-unnecessary TodoComment suppression for src/main
All TODO comments in src/main have been updated to include colons,
so the blanket suppression is no longer needed.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: bramp <160627+bramp@users.noreply.github.com>
* revert: undo private/package-private field renames in builder and nut packages
Agent-Logs-Url: https://github.com/bramp/ffmpeg-cli-wrapper/sessions/86d0454c-0b0c-4c94-86f9-5a9aac6a30ed
Co-authored-by: bramp <160627+bramp@users.noreply.github.com>
* plan: remove now-unnecessary SummaryJavadoc suppression
Agent-Logs-Url: https://github.com/bramp/ffmpeg-cli-wrapper/sessions/6ced5075-aa6e-49cb-88d9-80156cb38817
Co-authored-by: bramp <160627+bramp@users.noreply.github.com>
* fix: fix Javadoc summaries in builder/ instead of suppressing SummaryJavadoc check
Agent-Logs-Url: https://github.com/bramp/ffmpeg-cli-wrapper/sessions/6ced5075-aa6e-49cb-88d9-80156cb38817
Co-authored-by: bramp <160627+bramp@users.noreply.github.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: bramp <160627+bramp@users.noreply.github.com>1 parent cd9df1c commit d5991d2
29 files changed
Lines changed: 76 additions & 72 deletions
File tree
- src/main/java/net/bramp
- commons/lang3/math/gson
- ffmpeg
- builder
- io
- nut
- probe
- progress
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
295 | | - | |
| 295 | + | |
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
| |||
544 | 544 | | |
545 | 545 | | |
546 | 546 | | |
547 | | - | |
548 | | - | |
549 | | - | |
550 | | - | |
551 | | - | |
552 | | - | |
553 | | - | |
554 | | - | |
555 | | - | |
556 | | - | |
557 | | - | |
558 | | - | |
559 | | - | |
560 | 547 | | |
561 | 548 | | |
562 | 549 | | |
| |||
593 | 580 | | |
594 | 581 | | |
595 | 582 | | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
596 | 599 | | |
597 | 600 | | |
598 | 601 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
| 146 | + | |
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
296 | | - | |
| 296 | + | |
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
291 | | - | |
| 291 | + | |
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
| |||
351 | 351 | | |
352 | 352 | | |
353 | 353 | | |
354 | | - | |
| 354 | + | |
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
360 | | - | |
| 360 | + | |
361 | 361 | | |
362 | 362 | | |
363 | 363 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
759 | 759 | | |
760 | 760 | | |
761 | 761 | | |
762 | | - | |
| 762 | + | |
763 | 763 | | |
764 | 764 | | |
765 | 765 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | | - | |
| 216 | + | |
217 | 217 | | |
218 | 218 | | |
219 | | - | |
| 219 | + | |
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| |||
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
263 | | - | |
| 263 | + | |
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
| |||
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
347 | | - | |
| 347 | + | |
348 | 348 | | |
349 | 349 | | |
350 | 350 | | |
| |||
0 commit comments