Skip to content

Commit

Permalink
Update changelog (#4456)
Browse files Browse the repository at this point in the history
* Fix links in Suppressor documentation

* Update changelog
  • Loading branch information
BraisGabin committed Jan 6, 2022
1 parent 781395c commit a9c38b8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/_data/sidebars/home_sidebar.yml
Expand Up @@ -32,8 +32,8 @@ entries:
- title: Suppressing Issues via Baseline File
url: /baseline.html
output: web
- title: Suppressing Issues via Baseline Suppressors
url: /suppresors.html
- title: Suppressing Issues via Suppressors
url: /suppressors.html
output: web
- title: Extending detekt
url: /extensions.html
Expand Down
6 changes: 5 additions & 1 deletion docs/pages/changelog 1.x.x.md
Expand Up @@ -6,13 +6,17 @@ permalink: changelog.html
toc: true
---

#### UNRELEASED

- Now the rule authors can define the default configuration for their rules. More information [here](LINK_PENDIING!!). [#4315](https://github.com/detekt/detekt/pull/4315)

#### 1.19.0 - 2021-11-29

Please welcome the next upcoming stable release of Detekt: `1.19.0` 🎉
This release is coming with a lot of new features, new rules, evolution in the API and stability improvements.

Specifically, we've shipped some features that will allow you to better adapt detekt to run on codebases
that are using JetPack compose with features such as `ignoreAnnotated` and `ignoreFunction`.
that are using JetPack compose with features such as [`ignoreAnnotated` and `ignoreFunction`](https://detekt.github.io/detekt/suppressors.html).

As always, we want to take the opportunity to thank our contributors for testing, bug reporting and helping
us release this new version of Detekt. You're more than welcome to join our community on the [#detekt](https://kotlinlang.slack.com/archives/C88E12QH4) channel on KotlinLang's Slack (you can [get an invite here](https://surveys.jetbrains.com/s3/kotlin-slack-sign-up)).
Expand Down
4 changes: 2 additions & 2 deletions docs/pages/suppressors.md
@@ -1,8 +1,8 @@
---
title: "Supressors"
title: "Suppressors"
keywords: suppressing smells
sidebar:
permalink: supressors.html
permalink: suppressors.html
summary:
---

Expand Down

0 comments on commit a9c38b8

Please sign in to comment.