aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-28Merge pull request #243 from yokotaso/Issue-214upstream-master-backupStanley Shyiko
2018-06-28Issue-214 Modify Commenttomoya-yokota
2018-06-28Issue-214 apply IndentSize from EditorConfig or else set IndentSize = -1tomoya-yokota
2018-06-28Issue#214 set Default indentSize = 4tomoya-yokota
2018-06-28Issue#214 Add UseWhiteSpaceInsteadOfTabRuletomoya-yokota
2018-06-23Updated refs to latest (0.24.0) releaseStanley Shyiko
2018-06-23Merge pull request #228 from yokotaso/Issue-174Stanley Shyiko
2018-06-22Updated 0.24.0 release notesStanley Shyiko
2018-06-22Added support for end_of_line=crlf (.editorconfig)Stanley Shyiko
2018-06-22Updated paren-spacing rule to rewrite "(\n)" -> "()"Stanley Shyiko
2018-06-22Updated 0.24.0 release notesStanley Shyiko
2018-06-22Updated --install-git-pre-push-hook usage instructionsStanley Shyiko
2018-06-22Merge pull request #229 from charbgr/charbgr/git_prepush_hookStanley Shyiko
2018-06-22Upgraded ktlint-ruleset-template to Gradle 4.8.1Stanley Shyiko
2018-06-22Updated 0.24.0 release notesStanley Shyiko
2018-06-22Appended "cannot be auto-corrected" to not --format'able errorsStanley Shyiko
2018-06-22Cleaned up error messaged generated by ktlintStanley Shyiko
2018-06-22Added paren-spacing ruleStanley Shyiko
2018-06-22Bumped klob to 0.2.1 (includes NPE in case of "access denied" fix)Stanley Shyiko
2018-06-22Improved .editorconfig lookup speedStanley Shyiko
2018-06-22Improved error message in case of malformed IntelliJ configuration files (#231)Stanley Shyiko
2018-06-21Fixed "filename" rule suppression (#237)Stanley Shyiko
2018-06-16Update CHANGELOG.mdcharbgr
2018-06-16Add pre-push hookcharbgr
2018-06-16Issue-174 apply ktlint format to ktlint source code!tomoya-yokota
2018-06-16Issue#174 Check not only `if` block but also `else` blocktomoya-yokota
2018-06-16Issue#174 If then block should start with `{` and end with `}`tomoya-yokota
2018-06-14Added report path outputStanley Shyiko
2018-06-14Changed kotlin-compiler version to 1.2.50Stanley Shyiko
2018-06-14Merge pull request #207 from charbgr/charbgr/custom-editorconfig-pathStanley Shyiko
2018-05-29Added link to gantsign/ktlint-maven-pluginStanley Shyiko
2018-05-23EditorConfig per pathcharbgr
2018-05-16Merge pull request #212 from vanniktech/CommentSpacingRuleStanley Shyiko
2018-05-16CommentSpacingRule: Exclude //noinspection.Niklas Baudy
2018-05-10Added link to mcassiano/ktlint-html-reporterStanley Shyiko
2018-05-06Add ability to specify editorconfig pathcharbgr
2018-05-04Updated refs to the latest (0.23.1) releaseStanley Shyiko
2018-05-04Added 0.23.1 release noteStanley Shyiko
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