aboutsummaryrefslogtreecommitdiff
path: root/src/it
AgeCommit message (Expand)Author
2017-04-15Issue #3048: ParenPad now correctly evaluates precedence parensSubbu Dantu
2017-04-05Issue #3072: Add EOL for files in test, it, .ci, config foldersVikramaditya Kukreja
2017-03-19minor: extend warning pattern in ITs to have spaces in C-style commentsVladislav Lisetskii
2017-03-19Issue #3892: Add TokenTypes.STATIC_IMPORT in NoLineWrapCheckVikramaditya Kukreja
2017-03-18Issue #3755: Update version of Google Java Style Guide (3 November 2016)Andrei Selkin
2017-03-09Issue #3700: Control Characters are not skipped with google_checks configLuolc
2017-02-17Issue #3721: expanded message and documentation AbbreviationAsWordInNamernveach
2017-02-16Issue #3701: changed google's message for IllegalTokenTextrnveach
2017-02-16Issue #3701: removed backspace from google's IllegalTokenTextrnveach
2017-02-09Issue #3702: Allow single character names in local variables, method and catc...Andrei Selkin
2017-01-28Revert "Issue #3546: add lambda in a rightcurlycheck"Roman Ivanov
2017-01-28Issue #3546: add lambda in a rightcurlycheckMaksimP
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
2016-12-30Issue #3551: CustomImportOrder shows violation on multiple line separationkazachka
2016-12-30Issue #3678: createCheckConfig become private, all ITs a loading config from ...Roman Ivanov
2016-12-30Issue #3678: update ITs to load certain config by id if there few of them in ...Roman Ivanov
2016-12-30Issue #3678: RightCurly with DO-WHILE demands WHILE to be on new line (config...Roman Ivanov
2016-12-11Issue #2809: added new checks for google style 4.6.2rnveach
2016-11-21Issue #3567: clarified tests with expected exceptionsrnveach
2016-11-11Issue #3381: Update Google style coverage to state of 12 July 2016alberto.cuda
2016-11-05Issue #3473: ParameterNameCheck: new scope and excludeScope propertiesalberto.cuda
2016-11-05Issue #941: Update import ordering in google_checks.xml according to changes ...Andrei Selkin
2016-10-22Issue #3102: Fix DesignForExtension violations on Checkstyle's source codeAndrei Selkin
2016-10-16Issue #3202: ARRAY_INIT whitespace follow check deleted, test cases added and...zenigata
2016-10-08Issue #3472: Add METHOD_REF to tokens of OperatorWrapCheckalberto.cuda
2016-09-29Issue #3471: Fix order of "default" method modifieralberto.cuda
2016-09-20Issue #3433: Cut down on Checkstyle's dependencies on Guava (part 2) (#3454)Andrei Selkin
2016-09-18Issue #3433: Cut down on Checkstyle's dependencies on Guava (part 1) (#3446)Andrei Selkin
2016-08-12Issue #2541: Activate forbidden-apis on test input files (#3402)Andrei Selkin
2016-07-27Issue #3323: fixed redundant modifier violations on try-with-resourcesrnveach
2016-06-16Issue #3166: fix CommentsIndentation Check incorrect work with subsequent com...Vladislav Lisetskii
2016-06-12Issue #3090: Fix wrong enforcement of same brace policy for LITERAL_DO in Rig...Andrei Selkin
2016-05-30Issue #3126: Fix a lot of CommentsIndentationCheck false-positives and false-...Vladislav Lisetskiy
2016-05-13Issue #3175: fixed sevntu violations in test and itrnveach
2016-05-07Issue #2763: changed config and fixed throws indentation violationsrnveach
2016-03-31Pull #3070: Move google_check validation to TravisVladislav Lisetskiy
2016-03-17Issue #2428: remove dependency to commons-lang3 libraryRasmus Kaj
2016-02-12Issue #2880: fixed java 8 code compile issuesrnveach
2016-01-24minor: enforce FinalLocalVariableCheck on checkstyle codeBhavik Patel
2016-01-21Issue #2836: moved inline strings to error message fieldsrnveach
2016-01-15Issue #2792: Include InterfaceTypeParameterName into Config of Google StyleAndrei Selkin
2016-01-04minor: year bump to 2016Roman Ivanov
2016-01-01Issue #2688: Fix OneStatementPerLine lambda validationliscju
2015-12-25Issue #2666: Print name of the Check after printing violation messageAndrei Selkin
2015-12-08Issue #2505: Add ENUM_CONSTANT_DEF support to MethodParamPadAndrei Selkin
2015-12-07config: removed 'check' from check namernveach
2015-12-07Issue #2658: Repair verification of expected warnings in ITsVladislav Lisetskiy
2015-12-03Issue #2616: Fix CatchParameterName check violations in Checkstyle codeMichal Kordas
2015-12-03Issue #2616: Add CatchParameterName check for catch blocks parametersMichal Kordas