Skip to content

Commit

Permalink
Update slack.lint to v0.8.1 (#1008)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[com.slack.lint:slack-lint-annotations](https://redirect.github.com/slackhq/slack-lints)
| dependencies | minor | `0.7.4` -> `0.8.1` |
|
[com.slack.lint:slack-lint-checks](https://redirect.github.com/slackhq/slack-lints)
| dependencies | minor | `0.7.4` -> `0.8.1` |

---

### Release Notes

<details>
<summary>slackhq/slack-lints
(com.slack.lint:slack-lint-annotations)</summary>

###
[`v0.8.1`](https://redirect.github.com/slackhq/slack-lints/blob/HEAD/CHANGELOG.md#081)

[Compare
Source](https://redirect.github.com/slackhq/slack-lints/compare/0.8.0...0.8.1)

*2024-10-03*

- Open-source `AvoidUsingNotNullOperator`, `InflationInItemDecoration`,
and `DoNotCallViewToString` checks.

###
[`v0.8.0`](https://redirect.github.com/slackhq/slack-lints/blob/HEAD/CHANGELOG.md#080)

[Compare
Source](https://redirect.github.com/slackhq/slack-lints/compare/0.7.4...0.8.0)

*2024-10-02*

- **Enhancement**: Tweak explanation for default dispatcher use in
rx<->flow interop.
-   **Enhancement**: Switch to stable kotlin-metadata artifact
-   **Fix**: Allow Dagger providers to be called from test sources.
-   Build against lint `8.8.0-alpha04`.
-   Update `api`/`minApi` to `16` (Lint 8.7.0+).
-   Build against Kotlin `2.0.20`.
- Target Kotlin language version `1.9` in lint-checks (imposed by lint),
`2.0` in lint-annotations.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMDYuNCIsInVwZGF0ZWRJblZlciI6IjM4LjEwOS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
  • Loading branch information
slack-oss-bot authored Oct 6, 2024
1 parent 4451442 commit fcc69d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ nullawayGradle = "1.6.0"
okhttp = "5.0.0-alpha.12"
okio = "3.9.1"
retrofit = "2.11.0"
slack-lint = "0.7.4"
slack-lint = "0.8.1"
sortDependencies = "0.7"
spotless = "7.0.0.BETA2"
sqldelight = "2.0.2"
Expand Down

0 comments on commit fcc69d5

Please sign in to comment.