Thad House
|
3cbec411c7
|
[build] Add package declaration check to checkstyle (#2446)
Co-authored-by: Austin Shalit <austinshalit@gmail.com>
|
2020-06-26 11:10:34 -07:00 |
|
Austin Shalit
|
4ebae17123
|
Enforce leading/trailing zeros in Java numeric constants (#2105)
Enforce that integer literals must not have leading zeros and that floating point literals must have leading or trailing zeros in Java.
|
2019-11-20 20:13:15 -08:00 |
|
Thad House
|
e716c36b89
|
Fix Nat.java generation to be incremental (#1831)
Also generate the imports.
|
2019-08-20 21:03:44 -07:00 |
|
Thad House
|
b9fa3a4398
|
Update to 2019 RoboRIO and 2019 v4 image (#1352)
Also make updates for Java 11:
* Disable errorprone plugin (currently broken on Java 11)
* Update checkstyle to 8.12
* Update pmd to 6.7.0
|
2018-10-07 18:11:57 -07:00 |
|
Austin Shalit
|
40cc743cc7
|
Enable checkstyle on cscore, ntcore, wpiutil (#1032)
Also update to version 8.10.
|
2018-05-24 00:31:04 -04:00 |
|
Tyler Veness
|
d8c8643b52
|
Format HTML and XML files (#944)
Generated by wpilibsuite/styleguide#52.
|
2018-05-15 23:58:20 -07:00 |
|
Austin Shalit
|
2fc60680f4
|
Remove RedundantModifiers (#578)
|
2017-10-17 21:47:55 -07:00 |
|
Austin Shalit
|
ddd5aeba19
|
Checkstyle 8.1 (#584)
Added a few checks too:
- SimplifyBooleanExpression
- SimplifyBooleanReturn
- StringLiteralEquality
- UnnecessaryParentheses
|
2017-07-28 22:24:05 -07:00 |
|
Austin Shalit
|
7187e005d4
|
Add Checkstyle WhitespaceAfter check (#466)
|
2017-05-06 23:22:16 -07:00 |
|
Austin Shalit
|
c30057e923
|
Remove unused imports (#387)
|
2016-12-05 21:36:52 -08:00 |
|
Jonathan Leitschuh
|
a834fff7b2
|
Applies Google Styleguide to Java parts of the library (#23)
This was partially applied to simulation but
simulation is a bit of a mess and has a lot of duplicated code.
|
2016-05-20 09:07:40 -07:00 |
|