Roman Ivanov
|
8a6774e1ee
|
config: update to antlr4-runtime 4.6
|
2017-01-11 16:05:00 -08:00 |
Roman Ivanov
|
d460db93b2
|
config: update to org.eclipse.jgit 4.6.0.201612231935-r
|
2017-01-11 15:44:57 -08:00 |
Roman Ivanov
|
b5074cc644
|
config: update ant to 1.10.0
|
2017-01-11 15:44:38 -08:00 |
Roman Ivanov
|
b02376b11e
|
config: update slf4j-simple to 1.7.22
|
2017-01-11 15:32:14 -08:00 |
Roman Ivanov
|
5a89089818
|
config: equalsverifier upgrade to 2.1.8
|
2017-01-11 15:31:54 -08:00 |
Jochen Van de Velde
|
4583fcbe0e
|
doc: Fix typo in config_imports.xml
|
2017-01-11 12:33:42 -08:00 |
Roman Ivanov
|
e48d90b15b
|
minor: update in shippable.yml to make pitest profile shown in web page
|
2017-01-11 11:05:08 -08:00 |
Roman Ivanov
|
b3caf6fe0a
|
Issue #3271: config refactoring, usage of no-validations profile to shorten execution time
|
2017-01-10 17:48:39 -08:00 |
Roman Ivanov
|
b3849a2049
|
Issue #3670: add pgjdbc project at NoErrorTest group of tests (wercker ci)
|
2017-01-09 18:41:09 -08:00 |
Roman Ivanov
|
7f4e1217bc
|
minor: update for shippable ci badge to show its name on image
|
2017-01-09 16:31:40 -08:00 |
Oleg Efremenkov
|
fde083d175
|
Issue #3316: use pitest tool testing of checks package in shippable CI
|
2017-01-09 16:15:28 -08:00 |
Roman Ivanov
|
bcd5297cea
|
config: license was changed to LGPL-2.1+ (SPDX code), as our header has words as 'either version 2.1 of the License, or (at your option) any later version.'
|
2017-01-08 16:32:12 -08:00 |
Michael Diamond
|
e40971942a
|
doc: fix the escaping of AvoidEscapedUnicodeCharactersCheck's javadocs
|
2017-01-08 15:24:45 -08:00 |
Roman Ivanov
|
d60250393e
|
minor: update for license wording from https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt
|
2017-01-07 10:31:28 -08:00 |
rnveach
|
0cb01724ac
|
Issue #3064: removed waiting comment that was already implemented
|
2017-01-06 07:43:18 -08:00 |
rnveach
|
32285aadd7
|
Issue #3509: fixed try with resource on FallThroughCheck
|
2017-01-05 15:32:14 -08:00 |
Roman Ivanov
|
0844fffc64
|
Issue #3683: activation of chmod on Travis
This reverts commit 0b36159898.
|
2017-01-05 14:03:34 -08:00 |
rnveach
|
39cafcc5bb
|
Issue #3582: marked enum field's final method as redundant
|
2017-01-05 13:34:03 -08:00 |
Roman Ivanov
|
0b36159898
|
Issue #3683: deactivation of chmod as Travis is failing, but works fine on local
|
2017-01-05 10:03:27 -08:00 |
rnveach
|
9b05fefd03
|
Issue #3664: verified all types of checks are on checks.xml
|
2017-01-05 09:01:27 -08:00 |
Roman Ivanov
|
fa2f05a533
|
minor: fix for intelijidea violation for tabs usage
|
2017-01-05 06:00:52 -08:00 |
Charlie Pai
|
db47f55962
|
doc: Fix incorrect documentation for SuppressWithNearbyCommentFilter
|
2017-01-05 05:57:21 -08:00 |
rnveach
|
2c81de1bb0
|
Issue #3681: fixed NPE in RightCurly when do has no curlies
|
2017-01-05 05:47:34 -08:00 |
Roman Ivanov
|
54058853b9
|
Issue #3683: return exit code if smth is found to fail build
|
2017-01-05 05:41:51 -08:00 |
Roman Ivanov
|
95e621c0e5
|
minor: remove execute mod from .travis.yml
|
2017-01-05 05:34:06 -08:00 |
MaksimP
|
0e7eaaccb3
|
Issue #3683: add to CI test permissions on all files
|
2017-01-04 17:31:19 -08:00 |
Roman Ivanov
|
16aadebeee
|
doc: how to generate sources after import project to IntelijIdea
|
2017-01-03 17:24:51 -08:00 |
Roman Ivanov
|
cd3a79d233
|
config: bump checkstyle version
|
2016-12-31 07:55:01 -08:00 |
Roman Ivanov
|
5c8ae2b45e
|
[maven-release-plugin] prepare for next development iteration
|
2016-12-30 21:41:53 -08:00 |
Roman Ivanov
|
424ce6506e
|
[maven-release-plugin] prepare release checkstyle-7.4
|
2016-12-30 21:41:48 -08:00 |
Roman Ivanov
|
ee0fbe9065
|
doc: release notes for 7.4
|
2016-12-30 21:33:44 -08:00 |
liscju
|
0fdbbda102
|
Issue #3655: Fix NPE in NeedBraces on single line default stmt
|
2016-12-30 17:34:34 -08:00 |
kazachka
|
914dd9994c
|
Issue #3551: CustomImportOrder shows violation on multiple line separation
|
2016-12-30 10:14:19 -08:00 |
Roman Ivanov
|
c25004bd03
|
Issue #3678: createCheckConfig become private, all ITs a loading config from file
|
2016-12-30 08:05:03 -08:00 |
Roman Ivanov
|
96393a3dd9
|
Issue #3678: update ITs to load certain config by id if there few of them in file
|
2016-12-30 08:00:34 -08:00 |
Roman Ivanov
|
3f3a80714e
|
Issue #3678: RightCurly with DO-WHILE demands WHILE to be on new line (configuration problem with RightCurly check in google_checks.xml). Update for ITs.
|
2016-12-30 07:59:09 -08:00 |
Roman Ivanov
|
5f1e55bf1c
|
config: resolve pmd build warning about rule that is moved to another set
|
2016-12-29 17:08:17 -08:00 |
Roman Ivanov
|
92aea351ad
|
Issue #3672: update documentation about getAcceptableTokens for javadoc Checks
|
2016-12-29 11:58:23 -08:00 |
Andrei Selkin
|
8e9c98f1f8
|
infra: Use launch.groovy for testing (Circle CI)
|
2016-12-27 10:09:58 -08:00 |
Roman Ivanov
|
0248bb4d2e
|
Issue #3665: update documentation for VariableDeclarationUsageDistance with allowedDistance = 0
|
2016-12-24 07:19:20 -08:00 |
Roman Ivanov
|
e3baa51b00
|
minor: fix for linkcheck plugin violation for sonarqube site
|
2016-12-22 12:54:29 -08:00 |
Roman Ivanov
|
d9c1b95d72
|
minor: fix for linkcheck plugin violation for sonarqube site
|
2016-12-22 10:50:28 -08:00 |
Roman Ivanov
|
8cc03cbf11
|
minor: fix for typo in WriteTag documentation
|
2016-12-22 06:00:48 -08:00 |
Roman Ivanov
|
b0972bab3f
|
minor: update to mre clear documentation for WriteTag
|
2016-12-20 16:27:02 -08:00 |
Vladislav Lisetskii
|
d24405c088
|
Issue #3184: Make hardcoded map with all module names that in checkstyle
|
2016-12-20 13:44:45 -08:00 |
rnveach
|
ce54507376
|
Issue #3667: fixed documentation and tests for checkstyle modules
|
2016-12-19 16:43:51 -08:00 |
Roman Ivanov
|
bbfe5a1b69
|
minor: update for reason in findbugs excludes
|
2016-12-17 18:19:37 -08:00 |
Roman Ivanov
|
1f5237f587
|
Issue #3662: Duplicated Checks in google_checks.xml config should have 'id'
|
2016-12-16 12:56:18 -08:00 |
Roman Ivanov
|
1dea8dc3bb
|
Issue #3657: skip unnecessary exception 'Severity not set, ignoring exception'
|
2016-12-16 12:02:36 -08:00 |
Jochen Van de Velde
|
52d009b3f8
|
minor: correct Javadoc for AbstractImportRule
|
2016-12-16 11:58:00 -08:00 |