Skip to content

Releases: le0nidas/ktlint-pr-comments

Can now pass any of ktlint's supported arguments

01 May 06:46
1efe704
Compare
Choose a tag to compare
- uses: le0nidas/ktlint-pr-comments@v1.2
  with:
    repotoken: ${{ secrets.GITHUB_TOKEN }}
    arguments: "parameter-list-wrapping,final-newline"

Note that --reporter will be ignored

Support disabled rules

28 Mar 19:34
Compare
Choose a tag to compare

There is support for setting one or more disabled rules:

- uses: le0nidas/ktlint-pr-comments@v1.1
  with:
    repotoken: ${{ secrets.GITHUB_TOKEN }}
    disabledrules: "parameter-list-wrapping,final-newline"

First release

27 Aug 14:06
Compare
Choose a tag to compare