Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ktlint-core from 0.0.0-SNAPSHOT to 0.30.0 in /ktlint #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 16, 2021

Bumps ktlint-core from 0.0.0-SNAPSHOT to 0.30.0.

Release notes

Sourced from ktlint-core's releases.

0.30.0

Added

  • dot-spacing (#293),
    annotation (#303) rules.

Fixed

  • Missing newline before ")" (#327).

Changed

  • kotlin-compiler version to 1.3.20 (from 1.2.71) (#331).

Security

  • --ruleset/--reporter switched to HTTPS (#332).

0.29.0

Fixed

  • no-semi rule to preserve semicolon after companion object; (see #281 for details).
  • "line number off by one" when end_of_line=CRLF is used (#286).

Changed

  • package-name rule not to check file location (until #280 can be properly addressed).
  • comment-spacing rule not to flag //region & //endregion comments (#278).
  • kotlin-compiler version to 1.2.71 (from 1.2.51).

0.28.0

Fixed

  • ktlint hanging in case of unhandled exception in a reporter (#277).

Changed

  • package-name rule (directories containing . in their names are no longer considered to be invalid) (#276).

0.27.0

Changed

  • ktlint output (report location is now printed only if there are style violations) (#267).

0.26.0

Changed

  • max-line-length rule (multi-line strings are no longer checked) (#262).

0.25.1

Fixed

  • json reporter \ and control characters escaping (#256).

0.25.0

Added

  • package-name rule (#246).
  • --editorconfig=path/to/.editorconfig (#250).
  • Support for end_of_line=native (.editorconfig) (#225).
  • tab -> space * indent_size auto-correction (--format/-F).

... (truncated)

Changelog

Sourced from ktlint-core's changelog.

[0.30.0] - 2019-02-03

Fixed

  • Missing newline before ")" (#327).

Changed

  • kotlin-compiler version to 1.3.20 (from 1.2.71) (#331).

Security

  • --ruleset/--reporter switched to HTTPS (#332).

[0.29.0] - 2018-10-02

Fixed

  • no-semi rule to preserve semicolon after companion object; (see #281 for details).
  • "line number off by one" when end_of_line=CRLF is used (#286).

Changed

  • package-name rule not to check file location (until #280 can be properly addressed).
  • comment-spacing rule not to flag //region & //endregion comments (#278).
  • kotlin-compiler version to 1.2.71 (from 1.2.51).

[0.28.0] - 2018-09-05

Fixed

  • ktlint hanging in case of unhandled exception in a reporter (#277).

Changed

  • package-name rule (directories containing . in their names are no longer considered to be invalid) (#276).

[0.27.0] - 2018-08-06

Changed

  • ktlint output (report location is now printed only if there are style violations) (#267).

[0.26.0] - 2018-07-30

Changed

  • max-line-length rule (multi-line strings are no longer checked) (#262).

[0.25.1] - 2018-07-25

Fixed

  • json reporter \ and control characters escaping (#256).

[0.25.0] - 2018-07-25

Added

  • package-name rule (#246).
  • --editorconfig=path/to/.editorconfig (#250).

... (truncated)

Commits
  • 43a83d0 Updated refs to latest (0.30.0) release
  • ed3cdb4 Added 0.30.0 release notes
  • 651325a Renamed member-or-type-annotation rule to annotation
  • 7448e8b Revert "Fixing issue with CommentSpacingRule which would insert a space into ...
  • 501fa09 #332 follow up
  • c2680b4 Updated mvn exec instructions
  • 911fe3e Bumped version of kotlin-compiler to 1.3.20 in ktlint-ruleset-template
  • b6f9ad5 Fixed #327 - 'Missing newline before ")"'
  • 195fcb7 Merge pull request #326 from rom4ek/colon-spacing-constructor-fix
  • bff39f6 Merge pull request #335 from shiraji/shiraji/escape-comment-space-for-inject-...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

'Missing newline before ")"' in long function names
0 participants