aboutsummaryrefslogtreecommitdiff
path: root/ktlint-ruleset-standard
AgeCommit message (Expand)Author
2018-05-03Fixed ClassCastException (#205)Stanley Shyiko
2018-05-02Improved filename rule (#194)Stanley Shyiko
2018-05-02Made comment-spacing rule accept /^.*\/\/$/Stanley 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 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-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-29Add rule to check that a single top level class name matches the file nameJelloRanger
2018-04-29Create ASTNodeExtensions for common utilitiesJelloRanger
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-22Fixed --format chain-wrapping placing operator in a comment (#192)Stanley Shyiko
2018-04-22Removed continuation_indent_size from indent rule (#171)Stanley Shyiko
2018-04-10Change ModifierOrderRule to squash annotations in error outputJelloRanger
2018-04-09Fix ModifierRule autoFormat by replacing children elementsJelloRanger
2018-04-07Fix ModifierOrderRule to include annotationsJelloRanger
2018-04-07Modify ModifierOrderRuleTest to include annotationsJelloRanger
2018-03-29Disabled intent check inside `where <type constraint list>` (#180)Stanley Shyiko
2018-03-20Relaxed no-line-break-after-else rule to allow multi-line if/else without cur...Stanley Shyiko
2018-03-20Fixed "same line tokens" wrapping (#166)Stanley Shyiko
2018-03-20Made comma-spacing rule more strict (#173)Stanley Shyiko
2018-03-04Updated curly-spacing rule to reformat "label@ {" to "label@{"Stanley Shyiko
2018-03-04:facepalm:Adam Markon
2018-03-04allow for named lambdasAdam Markon
2018-02-28Fixed "Internal Error (parameter-list-wrapping)" when indent_size=unsetStanley Shyiko
2018-02-28Added multi-line function call linting testStanley Shyiko
2018-02-28Fixed expected indentation value reported by indent ruleStanley Shyiko
2018-02-28Fixed indent adjustment inside parameter subtree (#161)Stanley Shyiko
2018-02-28Fixed handling of negative number condition in catch block (#160)Stanley Shyiko
2018-02-27Fixed handling of negative number condition in when blockStanley Shyiko
2018-02-26Made indent rule skip comments when calculating expected indent sizeStanley Shyiko
2018-02-26Fixed *<array> & +-exp handling (chain-wrapping rule)Stanley Shyiko
2018-02-26Cherry-picked Gradle scripts from develop (#144)Stanley Shyiko
2018-02-26Fixed unary +- handling by chain-wrapping ruleStanley Shyiko
2018-02-26Fixed failing StringTemplateRuleTestStanley Shyiko
2018-02-26ktlint --format'edStanley Shyiko
2018-02-26Made string-template message construction consistent with the rest of the rulesStanley Shyiko
2018-02-26Refactored FinalNewlineRule & MaxLineLengthRule to use EditorConfig objStanley Shyiko
2018-02-26Added parameter-list-wrapping ruleStanley Shyiko
2018-02-26Enabled `*,+,-,/,%,&&,||` wrapping checkStanley Shyiko
2018-02-26Removed unused var from IndentationRuleStanley Shyiko
2018-02-26Cherry-picked componentN import check fix from develop (#142)Stanley Shyiko