Commit graph

573 commits

Author SHA1 Message Date
cd4afa6034 Add local checkstyle plugin config for builder
Builder can't access the current version of the tile during build, so it needs
its own checkstyle config declaration.
2018-01-17 20:05:53 +00:00
68c4ca055a Change ruleset groupId/artifactId to net.kemitix.checkstyle.ruleset
Add tile maven-tile
Update README
2018-01-17 20:05:53 +00:00
8573a0374a Simplify groupId and artifactId under net.kemitix.checkstyle 2018-01-17 20:04:02 +00:00
64f1308004 Restore Header and JavadocPackage checks 2018-01-17 20:00:26 +00:00
091e4f139e [bug] update the ruleset files and add missing reasons for deactivated rules 2018-01-17 20:00:26 +00:00
75b5f5c5a9
Merge pull request #73 from kemitix/hotfix/4.0.0
Hotfix 4.0.0
2018-01-17 19:58:53 +00:00
6444f5b592 tile use tiles 2018-01-17 19:53:58 +00:00
55e784fe2f ruleset uses UTF-8 encoding 2018-01-17 19:52:15 +00:00
f5c9cbe2fa Regressions use own checkstyle config 2018-01-17 19:50:43 +00:00
7ae51727a2 Upgrade maven-checkstyle-plugin to 3.0.0 2018-01-17 19:10:55 +00:00
14a038c9f3 Update checkstyle groupId/artifactId/version in support modules 2018-01-17 18:41:42 +00:00
4a511dd4d5 Update travis-support 2018-01-17 18:40:46 +00:00
09f1f3eb5f Prevent installation of support modules 2018-01-16 22:36:27 +00:00
06b14df6cd Run builder during package phase
This should help to avoid forgetting to update the ruleset and readme in future.
2018-01-16 22:28:07 +00:00
bbeae5b56c Add local checkstyle plugin config for builder
Builder can't access the current version of the tile during build, so it needs
its own checkstyle config declaration.
2018-01-16 22:24:23 +00:00
faae9e9afa Change ruleset groupId/artifactId to net.kemitix.checkstyle.ruleset
Add tile maven-tile
Update README
2018-01-16 22:23:33 +00:00
1770e5aff1 Simplify groupId and artifactId under net.kemitix.checkstyle 2018-01-16 17:38:36 +00:00
5b5c0673a0 Restore Header and JavadocPackage checks 2018-01-14 19:13:34 +00:00
54fa8f0be4 [bug] update the ruleset files and add missing reasons for deactivated rules 2018-01-14 19:13:13 +00:00
5a8cf1b884 Version set to 3.4.1 2018-01-14 18:46:51 +00:00
043a926966
Merge pull request #70 from kemitix/prepare/3.5.0
Prepare 3.5.0
2018-01-08 22:00:30 +00:00
f3862be3e5 Update .travis.yml 2018-01-08 21:54:52 +00:00
17b014fa9d Update .travis-support 2018-01-08 21:54:23 +00:00
5ca9b02dd0 Merge branch 'prepare/3.5.0' into develop
* prepare/3.5.0:
  Version set to 3.5.0-SNAPSHOT
  Upgrade kemitix-maven-tiles to 0.2.0
  CHANGELOG
  version set to 3.4.0
2018-01-07 20:21:03 +00:00
a9d458355f Version set to 3.5.0-SNAPSHOT 2018-01-07 20:20:42 +00:00
9f6f2646b1
Merge pull request #68 from kemitix/release/3.4.0
Release 3.4.0
2018-01-07 20:18:08 +00:00
0a03122f80 Upgrade kemitix-maven-tiles to 0.2.0 2018-01-07 20:06:08 +00:00
9982864c15 CHANGELOG 2018-01-07 20:05:28 +00:00
56d36da8c9 version set to 3.4.0 2018-01-07 20:01:54 +00:00
5a8bbb50a4
Merge pull request #67 from kemitix/upgrades
Upgrades
2018-01-07 19:59:03 +00:00
e8452d8c19 Make modules independant of root pom
* Revert kemitix-maven-tiles to 0.1.1 until release
* Move pom details from root to ruleset pom
2018-01-07 19:29:36 +00:00
1c714e4b53 Upgrade assertj to 3.9.0 2018-01-06 19:47:39 +00:00
9326227a29 Upgrade mockito to 2.13.0 2018-01-06 19:46:55 +00:00
2fb22ec10b Upgrade Spring Platform to Burssels-SR6 (Spring Boot 1.5.9) 2018-01-06 19:46:27 +00:00
51f6025271 Upgrade sevntu to 1.26.0 2018-01-06 19:46:12 +00:00
023717a293 Upgrade checkstyle to 8.7 2018-01-06 19:45:53 +00:00
0399d8c0f3 Upgrade kemitix-tiles to 0.2.0 2018-01-06 19:45:32 +00:00
309ace6c76 Specify lombok version in parent pom 2018-01-06 19:45:18 +00:00
b4900bdcfe
Merge pull request #66 from kemitix/relax-rules
Relax rules
2018-01-06 08:51:46 +00:00
c8c6b1ae57 Disable JavadocPackage check 2018-01-06 08:21:58 +00:00
84013ee1ae Disable AvoidStaticImport check 2018-01-06 08:18:39 +00:00
e18668dea7 Disable AvoidStarImport check 2018-01-06 08:18:23 +00:00
f20517a8e7 Disable Header check 2018-01-06 08:18:05 +00:00
fa9cc33a4d Remove requirement for @auther in Type Javadoc 2018-01-06 08:17:38 +00:00
0a100dce1a
Merge pull request #65 from kemitix/use-kemitix-travis-support
Switch to using kemitix-travis-support
2018-01-06 07:32:39 +00:00
5776ac35bb Switch to using kemitix-travis-support 2018-01-05 22:44:24 +00:00
ad8861b093
Merge pull request #64 from kemitix/use-kemitix-maven-tiles
Use kemitix maven tiles
2018-01-05 22:29:55 +00:00
97d0cef4e7 Mark regressions to run with checkstyle disbled for normal builds
Enable checkstyle when checking that regressions are being caught.
2018-01-05 22:22:24 +00:00
87358bfe92 Update builder tests 2018-01-05 22:22:18 +00:00
372b8e0f3c Use tiles in builder 2018-01-03 20:35:06 +00:00