aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-25Merge commit '326cdc53aa67dc3e8d68eb24fcc08b3e4a7b9bde'HEADmastermainAurimas Liutikas
2018-05-03Fixed ClassCastException (#205)Stanley Shyiko
2018-05-02Updated refs to latest (0.23.0) releaseStanley Shyiko
2018-05-02Added 0.23.0 release notesStanley Shyiko
2018-05-02Improved filename rule (#194)Stanley Shyiko
2018-05-02Made comment-spacing rule accept /^.*\/\/$/Stanley Shyiko
2018-05-02Upgraded kotlin-compiler to 1.2.41Stanley Shyiko
2018-05-02Made comment-spacing errors shorter (#202)Stanley Shyiko
2018-05-02Fixed incorrect column calculation when checking max_line_length in parameter...Stanley Shyiko
2018-05-02Fixed #204 - Unused import false positive (x.y.zNNN import inside x.y.z package)Stanley Shyiko
2018-05-01Merge pull request #202 from JelloRanger/jelloranger/add-comment-spacing-ruleStanley Shyiko
2018-05-01Merge branch 'master' into jelloranger/add-comment-spacing-ruleStanley Shyiko
2018-05-01Merge pull request #201 from JelloRanger/jelloranger/parameter-list-wrapper-r...Stanley Shyiko
2018-05-01Merge pull request #194 from JelloRanger/jelloranger/add-single-class-matches...Stanley Shyiko
2018-05-01Add CommentSpacingRule for end of line comment padding (#198)JelloRanger
2018-05-01Fix ParameterListWrappingRule to correctly identify misplaced left parensJelloRanger
2018-05-01Address additional feedback on ClassNameMatchesFileNameRule PRJelloRanger
2018-04-30Merge pull request #200 from ntsim/parameter-list-wrapping-with-max-line-lengthStanley Shyiko
2018-04-30Fixed line.separator determination (#200)Stanley Shyiko
2018-04-30Apply `parameter-list-wrapping` when `max_line_length` is exceededNicholas Tsim
2018-04-29Address feedback on ClassNameMatchesFileNameRule PRJelloRanger
2018-04-29Fix a couple minor issues found in PRJelloRanger
2018-04-29Fix new violations introduced by ClassNameMatchesFileNameRuleJelloRanger
2018-04-29Add rule to check that a single top level class name matches the file nameJelloRanger
2018-04-29Create ASTNodeExtensions for common utilitiesJelloRanger
2018-04-22Set continuation_indent_size=indent_size (README) (#182)Stanley Shyiko
2018-04-22Updated refs to latest (0.22.0) releaseStanley Shyiko
2018-04-22Updated IntelliJ IDEA integration instructionsStanley Shyiko
2018-04-22Added 0.22.0 release notesStanley Shyiko
2018-04-22Made continuation_indent_size fallback to indent_sizeStanley Shyiko
2018-04-22Made indent rule use GCD when continuation_indent_size is setStanley Shyiko
2018-04-22Removed misleading kdoc from core.EditorConfigStanley Shyiko
2018-04-22Fixed --format chain-wrapping placing operator in a comment (#192)Stanley Shyiko
2018-04-22Bumped kotlin & ktlint in ktlint-ruleset-templateStanley Shyiko
2018-04-22Removed continuation_indent_size from indent rule (#171)Stanley Shyiko
2018-04-22Added --apply-to-idea-project (#178)Stanley Shyiko
2018-04-22Added KtLint.FILE_PATH_USER_DATA_KEY (#194)Stanley Shyiko
2018-04-22Upgraded kotlin-compiler to 1.2.40Stanley Shyiko
2018-04-10Merge pull request #183 from JelloRanger/jelloranger/fix-modifier-order-annot...Stanley Shyiko
2018-04-10Change ModifierOrderRule to squash annotations in error outputJelloRanger
2018-04-09Fix ModifierRule autoFormat by replacing children elementsJelloRanger
2018-04-07Merge pull request #184 from JelloRanger/jelloranger/fix-ast-readmeStanley Shyiko
2018-04-07Fix syntax of main method in AST section of READMEJelloRanger
2018-04-07Fix ModifierOrderRule to include annotationsJelloRanger
2018-04-07Modify ModifierOrderRuleTest to include annotationsJelloRanger
2018-03-29Corrected --reporter usage instructionsStanley Shyiko
2018-03-29Added 0.21.0 release noteStanley Shyiko
2018-03-29Disabled intent check inside `where <type constraint list>` (#180)Stanley Shyiko
2018-03-20Updated refs to latest (0.20.0) releaseStanley Shyiko
2018-03-20Relaxed no-line-break-after-else rule to allow multi-line if/else without cur...Stanley Shyiko