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.
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.
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)
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.
Changelog
Sourced from com.pinterest.ktlint:ktlint-cli-ruleset-core's changelog.
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 positivestype-argument-list-spacing
and `type-paramete...b39d63c
Fix malformed AST when&&
or||
is at start of linechain-wrapping
(#2300)75313ba
Fix names of.editorconfig
properties that affect wrapping class and functi...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