Phillip Webb
cc5d4b8b7f
Add AssertJ checkstyle rule
...
Closes gh-5083
9 years ago
Andy Wilkinson
d1b47c8a8f
Add integration tests for default launch script
...
This commit adds a suit of integration tests for the launch script. See
the accompanying README.adoc for further details.
Closes gh-4872
9 years ago
Ruben Dijkstra
02830989be
Configure Checkstyle line separator so it does not use system default
...
In its default configuration, Checkstyle would fail on Windows as it
would expect CRLF, the system default line separator.
Closes gh-4666
9 years ago
Phillip Webb
cf68f83ef6
Update checkstyle import order rules
...
See gh-4234
9 years ago
Phillip Webb
822820f256
Revert "Relax `ParenPad` checkstyle rule"
...
The updated formatter means that we can reinstate the rule.
This reverts commit 82fffe3062
.
9 years ago
Phillip Webb
2a16c25977
Replace import-control checkstyle file with regex
...
Fix Eclipse build warnings by replacing checkstyle's import-control file
with a simple regex rule.
Fixes gh-4006
9 years ago
Phillip Webb
82fffe3062
Relax `ParenPad` checkstyle rule
...
Eclipse Mars has a formatter bug (#479291 ) that sometimes adds
additional whitespace on annotations. Until it's fixed we need to relax
the `ParenPad` checkstyle rule.
9 years ago
Stephane Nicoll
e70f02c4a2
Relocate checkstyle configuration
...
See gh-3928
9 years ago