nbadal / ktlint-intellij-plugin

Ktlint plugin for IntelliJ IDEA + Android Studio
MIT License
166 stars 24 forks source link

Bump com.pinterest.ktlint:ktlint-cli-ruleset-core from 1.0.0 to 1.0.1 #353

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps com.pinterest.ktlint:ktlint-cli-ruleset-core from 1.0.0 to 1.0.1.

Release notes

Sourced from com.pinterest.ktlint:ktlint-cli-ruleset-core's releases.

1.0.1

🆕 Features

  • Add .editorconfig property ktlint_function_naming_ignore_when_annotated_with so that rule function-naming can be ignored based on annotations on that rule. See function-naming.

🔧 Fixes

📦 Dependencies

💬 Other

Changelog

Sourced from com.pinterest.ktlint:ktlint-cli-ruleset-core's changelog.

[1.0.1] - 2023-10-13

🆕 Features

  • Add .editorconfig property ktlint_function_naming_ignore_when_annotated_with so that rule function-naming can be ignored based on annotations on that rule. See function-naming.

🔧 Fixes

📦 Dependencies

💬 Other

Commits
  • 3e55920 Disable sdkMan as it fails again (#2310)
  • cf1c400 Fix checking of heading in release notes - negate expression (#2309)
  • dfefb6b Fix checking of heading in release notes (#2308)
  • d9489ad Prepare release 1.0.1 (#2307)
  • 724b297 Allow spread operator starting on new line (fixes regression of #2300) (#2306)
  • 2b25d78 Fix chain method continuation for dot qualifying expression containing a call...
  • 2acdeeb Add maven relocation (#2282)
  • 04dde90 Do not report false positives type-argument-list-spacing and `type-paramete...
  • b39d63c Fix malformed AST when && or || is at start of line chain-wrapping (#2300)
  • 75313ba Fix names of .editorconfig properties that affect wrapping class and functi...
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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[bot] commented 1 year ago

Looks like com.pinterest.ktlint:ktlint-cli-ruleset-core is up-to-date now, so this is no longer needed.