Andrew Phillips
|
67a0498b7e
|
Overriding checkstyle-plugin config in jclouds-resources
Otherwise, fails with a self-dependency
|
2014-10-06 18:14:15 -04:00 |
Andrew Phillips
|
013e6da845
|
Overriding modernizer-plugin config in jclouds-resources
This fixes a self-dependency
|
2014-10-06 18:14:13 -04:00 |
Andrew Phillips
|
1eb9cd245d
|
Aligning indents in checkstyle config file
|
2014-10-03 08:38:09 -05:00 |
Andrew Gaul
|
2d70087bfa
|
Add modernizer-maven-plugin to build
This plugin finds uses of legacy APIs:
https://github.com/andrewgaul/modernizer-maven-plugin
|
2014-09-22 21:57:55 -07:00 |
Andrew Gaul
|
b9f54a3301
|
Enforce that interfaces are types via Checkstyle
|
2014-09-20 18:48:40 -07:00 |
Zack Shoylev
|
18046cd3c7
|
Whitespace fix.
|
2014-09-15 17:11:40 -05:00 |
Zack Shoylev
|
816e70ea7b
|
jclouds has to use git core.autocrlf false (or LF line endings) to pass tests. Without this checkstyle setting, checkstyle fails on windows (looking for CRLF).
|
2014-09-15 13:41:35 -05:00 |
Andrew Gaul
|
34cfdbe266
|
Enforce Override annotation via Checkstyle
Also remove bogus inheritDoc on base and static methods.
|
2014-08-31 19:37:50 -07:00 |
Andrew Gaul
|
df94527056
|
Ensure no calls to primitive wrapper constructors
|
2014-08-26 17:51:29 -07:00 |
Andrew Gaul
|
92d5091845
|
Enforce no redundant modifiers via Checkstyle
This check also helps find utility classes which should not allow
instantiation.
|
2014-08-26 17:38:21 -07:00 |
Andrew Gaul
|
967f55c2e4
|
Enforce type naming via Checkstyle
|
2014-08-26 11:29:25 -07:00 |
Andrew Gaul
|
bf678edb97
|
Enforce no leading or trailing spurious whitespace
|
2014-08-26 11:16:24 -07:00 |
Andrew Gaul
|
8b16bf0e47
|
Enforce whitespace after semicolon
|
2014-08-26 11:06:16 -07:00 |
Chris Custine
|
192785dbae
|
Move checkstyle copyright header into checkstyle.xml
|
2014-08-18 18:55:52 -06:00 |
Andrew Gaul
|
4e166e3a20
|
Enforce ASF copyright header via Checkstyle
|
2014-08-11 10:26:43 -07:00 |
Andrew Phillips
|
e3d9851216
|
Up to 2.0.0-SNAPSHOT after the 1.8.0 release
|
2014-08-05 09:10:24 +02:00 |
Andrew Gaul
|
322ea1cbb3
|
Allow Javadoc to reference imports
These style errors continue to creep in due to IDE misconfiguration so
we might as well stop checking for it.
|
2014-07-26 11:03:58 -07:00 |
Andrew Gaul
|
4c74b49754
|
JCLOUDS-546: Enforce no Javadoc @author annotation
|
2014-06-07 21:44:58 -07:00 |
Andrew Gaul
|
67c2b5f6b9
|
Enable whitespace around Checkstyle rule
|
2014-05-08 18:31:47 -07:00 |
Andrew Gaul
|
2d88f5164e
|
Enforce that all commas have trailing whitespace
|
2014-05-08 18:28:08 -07:00 |
Andrew Bayer
|
c1ee11d9bd
|
Updating to 1.8.0-SNAPSHOT
|
2013-12-17 11:31:56 -08:00 |
Andrew Gaul
|
0398276be3
|
Remove redundant imports
Also enforce no new ones via Checkstyle
|
2013-12-12 18:23:43 -08:00 |
Andrew Gaul
|
828d8790c2
|
Enforce no unused imports via Checkstyle
Removed with:
mvn checkstyle:checkstyle --quiet -Dcheckstyle.output.file=/dev/stdout -Dcheckstyle.output.format=plain | tac | while read i; do echo $i | sed -n 's/\([^:]*\):\([^:]*\):.*/sed -i \2d \1/p' | bash; done
|
2013-12-11 17:27:43 -08:00 |
Andrew Phillips
|
981db34655
|
JCLOUDS-386: Removing the remote-resources plugin
We only use the shared resources for the Checkstyle config now, and that doesn't need to be "mixed in" to the project output directory
|
2013-11-22 18:57:44 -05:00 |
Andrew Gaul
|
17ce72794c
|
Enable RedundantModifier for Checkstyle
|
2013-10-31 10:23:30 -07:00 |
Ignasi Barrera
|
335f5943f4
|
JCLOUDS-149: Reuse checkstyle configuration
|
2013-07-02 18:02:03 +02:00 |
Andrew Bayer
|
451c4326a2
|
Cleaning up lurking copyright issues/NOTICE txt
|
2013-06-16 19:38:20 -07:00 |
Andrew Bayer
|
752152b09d
|
Needed to update resources POM as well for remote resources to work right
|
2013-05-29 16:58:55 -07:00 |
Andrew Bayer
|
14d05c5c5b
|
Fixing NOTICE.txt
|
2013-05-28 14:46:37 -07:00 |
Andrew Phillips
|
8aeed868f4
|
Move license header after opening <?xml... in Checkstyle config
|
2013-05-24 17:08:52 -04:00 |
adriancole
|
ed2f18a1af
|
JCLOUDS-31. updated to ASF headers via mvn com.mycila.maven-license-plugin:maven-license-plugin:format
|
2013-05-16 21:30:37 -07:00 |
adriancole
|
f1b8ca1ff2
|
JCLOUDS-31. manually adjusted license header on checkstyle and terremark xml files
|
2013-05-16 21:30:32 -07:00 |
adriancole
|
fa10fc4838
|
JCLOUDS-31. remove malformed, duplicate, or unnecessary headers
|
2013-05-16 21:30:32 -07:00 |
Andrew Bayer
|
7923009eb5
|
JCLOUDS-37. Fix RAT violations in incubator-jclouds, master branch
|
2013-05-13 19:17:50 -07:00 |
Andrew Bayer
|
446ac67884
|
JCLOUDS-30. Switch to 2 space indents for POM files.
|
2013-05-13 12:04:43 -07:00 |
Andrew Bayer
|
259b04ff1c
|
JCLOUDS-16. Switch groupId to org.apache.jclouds, change parent POM, remove old distributionManagement content, add ASF repos.
|
2013-05-13 12:04:42 -07:00 |
Andrew Gaul
|
fff2fa6e05
|
Address Checkstyle violations
This commit requires temporarily disabling some checks.
|
2013-04-17 16:21:21 -07:00 |
Adrian Cole
|
fb69ae0fa9
|
bump master to 1.7.0-SNAPSHOT
|
2013-03-08 23:02:40 -08:00 |
adriancole
|
c31145e42e
|
[maven-release-plugin] prepare for next development iteration
|
2013-03-04 06:13:59 -08:00 |
adriancole
|
0eb3ee8091
|
[maven-release-plugin] prepare release jclouds-1.6.0-alpha.4
|
2013-03-04 06:13:57 -08:00 |
adriancole
|
89fda8ee28
|
[maven-release-plugin] prepare for next development iteration
|
2013-02-04 17:30:46 -08:00 |
adriancole
|
2b0ad28f26
|
[maven-release-plugin] prepare release jclouds-1.6.0-alpha.2
|
2013-02-04 17:30:44 -08:00 |
adriancole
|
267069755e
|
[maven-release-plugin] prepare for next development iteration
|
2013-02-02 08:41:53 -08:00 |
adriancole
|
7c924b312f
|
[maven-release-plugin] prepare release jclouds-1.6.0-alpha.1
|
2013-02-02 08:41:51 -08:00 |
Adrian Cole
|
878ec1bcab
|
undid Serializable and added checkstyle InterfaceIsType:allowMarkerInterfaces=false
|
2012-11-18 09:23:44 -08:00 |
Andrew Gaul
|
b9e4543cdb
|
Enforce no use of star imports via Checkstyle
|
2012-11-13 20:51:59 -08:00 |
Andrew Gaul
|
d7380114a6
|
Enforce use of Atomics.newReference via Checkstyle
Avoids duplicating types.
|
2012-11-12 11:56:48 -08:00 |
Andrew Gaul
|
42a3f4a3f9
|
Enforce use of StringBuilder via Checkstyle
Callers usually do not intend to use a synchronized StringBuffer.
EasyMock requires use of StringBuffer in some situations.
|
2012-11-12 08:24:36 -08:00 |
Andrew Gaul
|
3ad36d25d5
|
Enforce no unnecessary parentheses via Checkstyle
|
2012-11-10 13:22:12 -08:00 |
Andrew Gaul
|
a601f63a9a
|
Disable Checkstyle line length checks
While we would like to enforce this, we have too many violations to do
this in the near-term.
|
2012-11-10 13:07:02 -08:00 |