aboutsummaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Expand)Author
2017-02-26Issue #3763: Try to avoid non-jdk runtime exceptions in codeVladislav Lisetskii
2017-02-25Issue #3843: Disallow import of interfaces from java.util.stream due to cover...Andrei Selkin
2017-02-17Issue #3721: enforced no abbreviations in checkstylernveach
2017-02-15Issue #3735: added lambdas to NeedBraces for checkstyle configrnveach
2017-02-15Issue #3751: added assert literal to checkstyle illegal tokenrnveach
2017-02-12Issue #3736: Clean up import control configurationJochen Van de Velde
2017-02-10config: restore default token LABELED_STAT in IllegalTokenRoman Ivanov
2017-01-28Issue #3041: RequireThisCheck doesn't see outer classes for anonymous classesVladislav Lisetskiy
2017-01-27minor: bump year in header of all java filesRoman Ivanov
2017-01-26Issue #3675: Replace Scope with AccessModifier in ParameterNameCheck to avoid...Andrei Selkin
2017-01-22config: Limit Guava import control to src/mainJochen Van de Velde
2017-01-18Issue #3720: added missing tokens to checkstyle configrnveach
2017-01-12config: Suppress MethodCount check in testsJochen Van de Velde
2017-01-06Issue #3064: removed waiting comment that was already implementedrnveach
2016-12-29config: resolve pmd build warning about rule that is moved to another setRoman Ivanov
2016-12-20Issue #3184: Make hardcoded map with all module names that in checkstyleVladislav Lisetskii
2016-12-17minor: update for reason in findbugs excludesRoman Ivanov
2016-12-11Issue #3590: CustomImportControl bad document examples that could lead to fal...Roman Ivanov
2016-12-10Issue #3628: all Checks are activarted, Travis valiadtion is activatedRoman Ivanov
2016-12-10Issue #3628: ReturnCountExtendedCheck from sevntu is enabled, all violations ...Roman Ivanov
2016-12-10Issue #3628: ConstructorWithoutParamsCheck from sevntu is enabledRoman Ivanov
2016-12-10Issue #3628: AvoidModifiersForTypesCheck is customized for accesible Logger d...Roman Ivanov
2016-12-10Issue #3628: HideUtilityClassConstructorCheck, AvoidModifiersForTypesCheck ar...Roman Ivanov
2016-12-09minor: fix for Intelij inspections (Prohibited exception 'Exception' thrown; ...Roman Ivanov
2016-11-30Issue #3575: changed module setters for scopernveach
2016-11-28Issue #3594: resolve Unexpected loss of coverage for PropertyCacheFileRoman Ivanov
2016-11-28Issue #2992: ThreadLocal usage in single-threaded checkstyleVladislav Lisetskii
2016-11-24Issue #3577: ImportOrder checkstyle_checks.xml does not have separate "java" ...linelect
2016-11-21Issue #3567: added ForbidAnnotationElementValueCheckrnveach
2016-11-20config: added notice about hardcoded cache filernveach
2016-11-20Issue #3487: turned on checkstyle cache for developersrnveach
2016-11-08minor: added vm files to be checked by checkstylernveach
2016-11-08Issue #3515: allowed cli to override and swap checkerrnveach
2016-10-25Issue #3514: Rename PkgControl to ImportControlJochen Van de Velde
2016-10-23Issue #3033: BeforeExecutionExclusionFileFilter filter java9 modules in our c...Roman Ivanov
2016-10-22Issue #2866: added before execution and exclusion file filtersrnveach
2016-10-22Issue #3102: Fix DesignForExtension violations on Checkstyle's source codeAndrei Selkin
2016-10-18config: bump pmd-maven-plugin version to 3.7Roman Ivanov
2016-10-18Issue #2999: allow regex in subpackage and importcontrol elementVolker Boerchers
2016-10-06config: exclude JUnit4TestShouldUseTestAnnotation from pmd.xmlAndrei Selkin
2016-09-27Issue #3433: Cut down on Checkstyle's dependencies on Guava (part 4, collecti...Andrei Selkin
2016-09-23config: use of regexp in disallow element at import-control.xmlRoman Ivanov
2016-09-21Issue #3433: Cut down on Checkstyle's dependencies on Guava (part 3) (#3458)Andrei Selkin
2016-09-20Issue #3433: Cut down on Checkstyle's dependencies on Guava (part 2) (#3454)Andrei Selkin
2016-09-18config: extend import-control.xml to disallow usage of sibling packagesRoman Ivanov
2016-09-18Issue #3433: Cut down on Checkstyle's dependencies on Guava (part 1) (#3446)Andrei Selkin
2016-09-14Issue #2226: Replace line-based suppressions with inline ones (#3443)Andrei Selkin
2016-09-11Issue #408: Update Checkstyle GUI in order to display Javadoc tokens (#3430)Baratali Izmailov
2016-09-11config: fix WARNING during PMD execution due to wrong xml structureRoman Ivanov
2016-09-08Pull #3412: Disallow usage of java.util.Stack, java.util.Vector in code, 'che...Andrei Selkin