1. 3432676 Merge commit '326cdc53aa67dc3e8d68eb24fcc08b3e4a7b9bde' by Aurimas Liutikas · 6 years ago main master
  2. 326cdc5 Fixed ClassCastException (#205) by Stanley Shyiko · 6 years ago
  3. 000c0bd Updated refs to latest (0.23.0) release by Stanley Shyiko · 6 years ago
  4. 8de4155 Added 0.23.0 release notes by Stanley Shyiko · 6 years ago
  5. 003fe04 Improved filename rule (#194) by Stanley Shyiko · 6 years ago
  6. 32d3132 Made comment-spacing rule accept /^.*\/\/$/ by Stanley Shyiko · 6 years ago
  7. 6f3d3c9 Upgraded kotlin-compiler to 1.2.41 by Stanley Shyiko · 6 years ago
  8. 38027ae Made comment-spacing errors shorter (#202) by Stanley Shyiko · 6 years ago
  9. 8782cfce Fixed incorrect column calculation when checking max_line_length in parameter-list-wrapping (#200) by Stanley Shyiko · 6 years ago
  10. c9181df Fixed #204 - Unused import false positive (x.y.zNNN import inside x.y.z package) by Stanley Shyiko · 6 years ago
  11. 4385ea5 Merge pull request #202 from JelloRanger/jelloranger/add-comment-spacing-rule by Stanley Shyiko · 6 years ago
  12. f55cfb4 Merge branch 'master' into jelloranger/add-comment-spacing-rule by Stanley Shyiko · 6 years ago
  13. e2aed32 Merge pull request #201 from JelloRanger/jelloranger/parameter-list-wrapper-rule-dangling-paren by Stanley Shyiko · 6 years ago
  14. 79f5a79 Merge pull request #194 from JelloRanger/jelloranger/add-single-class-matches-filename-rule by Stanley Shyiko · 6 years ago
  15. a9d1a4b Add CommentSpacingRule for end of line comment padding (#198) by JelloRanger · 6 years ago
  16. e7c9161 Fix ParameterListWrappingRule to correctly identify misplaced left parens by JelloRanger · 6 years ago
  17. 1e3823c Address additional feedback on ClassNameMatchesFileNameRule PR by JelloRanger · 6 years ago
  18. cb91be5 Merge pull request #200 from ntsim/parameter-list-wrapping-with-max-line-length by Stanley Shyiko · 6 years ago
  19. 15b284f Fixed line.separator determination (#200) by Stanley Shyiko · 6 years ago
  20. 41559ca Apply `parameter-list-wrapping` when `max_line_length` is exceeded by Nicholas Tsim · 6 years ago
  21. 1025de1 Address feedback on ClassNameMatchesFileNameRule PR by JelloRanger · 6 years ago
  22. 790710e Fix a couple minor issues found in PR by JelloRanger · 6 years ago
  23. 83282c1 Fix new violations introduced by ClassNameMatchesFileNameRule by JelloRanger · 6 years ago
  24. 9dc16de Add rule to check that a single top level class name matches the file name by JelloRanger · 6 years ago
  25. dfbe86c Create ASTNodeExtensions for common utilities by JelloRanger · 6 years ago
  26. 691c6fb Set continuation_indent_size=indent_size (README) (#182) by Stanley Shyiko · 6 years ago
  27. c1ab380 Updated refs to latest (0.22.0) release by Stanley Shyiko · 6 years ago
  28. 61e897d Updated IntelliJ IDEA integration instructions by Stanley Shyiko · 6 years ago
  29. dd063cb Added 0.22.0 release notes by Stanley Shyiko · 6 years ago
  30. 642481c Made continuation_indent_size fallback to indent_size by Stanley Shyiko · 6 years ago
  31. 2be3f8c Made indent rule use GCD when continuation_indent_size is set by Stanley Shyiko · 6 years ago
  32. 0191340 Removed misleading kdoc from core.EditorConfig by Stanley Shyiko · 6 years ago
  33. 953d6b0 Fixed --format chain-wrapping placing operator in a comment (#192) by Stanley Shyiko · 6 years ago
  34. 4bf7db3 Bumped kotlin & ktlint in ktlint-ruleset-template by Stanley Shyiko · 6 years ago
  35. 8349960 Removed continuation_indent_size from indent rule (#171) by Stanley Shyiko · 6 years ago
  36. 8542181 Added --apply-to-idea-project (#178) by Stanley Shyiko · 6 years ago
  37. 55464ea Added KtLint.FILE_PATH_USER_DATA_KEY (#194) by Stanley Shyiko · 6 years ago
  38. c8c457b Upgraded kotlin-compiler to 1.2.40 by Stanley Shyiko · 6 years ago
  39. 4e58236 Merge pull request #183 from JelloRanger/jelloranger/fix-modifier-order-annotations by Stanley Shyiko · 6 years ago
  40. 9a0aa15 Change ModifierOrderRule to squash annotations in error output by JelloRanger · 6 years ago
  41. 9a2191c Fix ModifierRule autoFormat by replacing children elements by JelloRanger · 6 years ago
  42. b76fb97 Merge pull request #184 from JelloRanger/jelloranger/fix-ast-readme by Stanley Shyiko · 6 years ago
  43. 52c0732 Fix syntax of main method in AST section of README by JelloRanger · 6 years ago
  44. fd2bc0e Fix ModifierOrderRule to include annotations by JelloRanger · 6 years ago
  45. b096a5b Modify ModifierOrderRuleTest to include annotations by JelloRanger · 6 years ago
  46. db46520 Corrected --reporter usage instructions by Stanley Shyiko · 6 years ago
  47. 4370ad5 Added 0.21.0 release note by Stanley Shyiko · 6 years ago
  48. d06f10f Disabled intent check inside `where <type constraint list>` (#180) by Stanley Shyiko · 6 years ago
  49. f5ec14f Updated refs to latest (0.20.0) release by Stanley Shyiko · 6 years ago
  50. f2747f3 Relaxed no-line-break-after-else rule to allow multi-line if/else without curly braces by Stanley Shyiko · 6 years ago
  51. 8c06614 Added 0.20.0 release notes by Stanley Shyiko · 6 years ago
  52. 7d0b8cc Refined Gradle usage instructions by Stanley Shyiko · 6 years ago
  53. fba1172 Bumped version of ktlint in ktlint-ruleset-template to 0.20.0 by Stanley Shyiko · 6 years ago
  54. 1219edb Fixed "same line tokens" wrapping (#166) by Stanley Shyiko · 6 years ago
  55. 4d07ba5 Made comma-spacing rule more strict (#173) by Stanley Shyiko · 6 years ago
  56. f383257 Replaced args4j with picocli (fixes #177) by Stanley Shyiko · 6 years ago
  57. 4225d64 Updated refs to latest (0.19.0) release by Stanley Shyiko · 6 years ago
  58. c29faab Added 0.19.0 release note by Stanley Shyiko · 6 years ago
  59. 4d917bd Updated curly-spacing rule to reformat "label@ {" to "label@{" by Stanley Shyiko · 6 years ago
  60. 9c24bad :facepalm: by Adam Markon · 7 years ago
  61. 868884f allow for named lambdas by Adam Markon · 7 years ago
  62. edd2549 Updated refs to latest (0.18.0) release by Stanley Shyiko · 6 years ago
  63. 9effb5f Added 0.18.0 release notes by Stanley Shyiko · 6 years ago
  64. 5314224 Bumped version of kotlin-compiler to 1.2.30 by Stanley Shyiko · 6 years ago
  65. e3e189a Updated refs to latest (0.17.1) release by Stanley Shyiko · 6 years ago
  66. d1b3020 Added 0.17.1 release note by Stanley Shyiko · 6 years ago
  67. 33571bc Fixed "Internal Error (parameter-list-wrapping)" when indent_size=unset by Stanley Shyiko · 6 years ago
  68. 7e593b0 Fixed typo in CHANGELOG by Stanley Shyiko · 6 years ago
  69. e2e6a18 Updated refs to latest (0.17.0) release by Stanley Shyiko · 6 years ago
  70. 7f92cb9 Updated 0.17.0 release notes by Stanley Shyiko · 6 years ago
  71. 8184a44 Added multi-line function call linting test by Stanley Shyiko · 6 years ago
  72. 43c1569 Fixed expected indentation value reported by indent rule by Stanley Shyiko · 6 years ago
  73. ad6e688 Added 0.17.0 release notes by Stanley Shyiko · 6 years ago
  74. ed078dd Fixed indent adjustment inside parameter subtree (#161) by Stanley Shyiko · 6 years ago
  75. bae98f5 Made ktlint -F return error code 1 when some of the violations cannot be auto-corrected (#162) by Stanley Shyiko · 6 years ago
  76. b0be962 Fixed handling of negative number condition in catch block (#160) by Stanley Shyiko · 6 years ago
  77. 654a982 Updated refs to latest (0.16.1) release by Stanley Shyiko · 6 years ago
  78. 198217d Added 0.16.1 release note by Stanley Shyiko · 6 years ago
  79. 68373da Fixed handling of negative number condition in when block by Stanley Shyiko · 6 years ago
  80. b364f99 Fixed CHANGELOG markup by Stanley Shyiko · 6 years ago
  81. 5fda7a4 Made indent rule skip comments when calculating expected indent size by Stanley Shyiko · 6 years ago
  82. 1097ef0 Fixed *<array> & +-exp handling (chain-wrapping rule) by Stanley Shyiko · 6 years ago
  83. 8097eb9 Updated refs to latest (0.16.0) release by Stanley Shyiko · 6 years ago
  84. c333b1d Synced Maven & Travis CI configuration with develop by Stanley Shyiko · 6 years ago
  85. e9ab573 Described how to reference master SNAPSHOT (cherry-picked from develop) by Stanley Shyiko · 6 years ago
  86. 17200f4 Moved jimfs.version to root pom.xml (cherry-picked from develop) by Stanley Shyiko · 6 years ago
  87. 21165d1 Suppressed compiler "unused" warning in IntellijIDEAIntegration by Stanley Shyiko · 6 years ago
  88. 44ed4f9 Cherry-picked Gradle scripts from develop (#144) by Stanley Shyiko · 6 years ago
  89. 583de2e Updated README to reflect 0.16.0 changes by Stanley Shyiko · 6 years ago
  90. 4dee61e Added 0.16.0 release notes by Stanley Shyiko · 6 years ago
  91. b53fa2b Fixed unary +- handling by chain-wrapping rule by Stanley Shyiko · 6 years ago
  92. ddc336d Made --format report issues that cannot be autocorrected based on the output (not input) by Stanley Shyiko · 6 years ago
  93. 166229f Fixed failing StringTemplateRuleTest by Stanley Shyiko · 6 years ago
  94. 5325fe2 Fixed mutated AST dump'ing by Stanley Shyiko · 6 years ago
  95. 25211c4 ktlint --format'ed by Stanley Shyiko · 6 years ago
  96. 3b1dfff Made string-template message construction consistent with the rest of the rules by Stanley Shyiko · 6 years ago
  97. 85dba8b Refactored FinalNewlineRule & MaxLineLengthRule to use EditorConfig obj by Stanley Shyiko · 6 years ago
  98. 83c455e Added parameter-list-wrapping rule by Stanley Shyiko · 6 years ago
  99. 7fd25a3 Enabled `*,+,-,/,%,&&,||` wrapping check by Stanley Shyiko · 6 years ago
  100. f13b93e Removed unused var from IndentationRule by Stanley Shyiko · 6 years ago