Skip to content

Commit

Permalink
support some Detekt files (may improve it later)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanlermitage committed Dec 22, 2023
1 parent 92d323d commit 10d3231
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* rework Privacy icon.
* support `(.)log(s)`folders.
* support `.noai` files (which tell the AI Assistant plugin to block AI features for the containing project).
* support [Detekt](https://detekt.dev/docs/introduction/configurations/) files ending by `detekt-config.yml` or `detekt.yml` (I may try to pick the configured Detekt filename from the `build.gradle(.kts)` file later).
* starting from 2024, I will occasionally send some [coupons](https://github.com/jonathanlermitage/intellij-extra-icons-plugin/blob/master/docs/LICENSE_FAQ.md#i-received-a-coupon-for-a-free-license-how-does-it-work) for Free licenses on [Twitter](https://twitter.com/JLermitage) and [Bluesky](https://bsky.app/profile/jonathanlermitage.bsky.social). Stay tuned.

## 2023.4.2 (2023/12/03)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -780,6 +780,8 @@ public static List<Model> allModels() { // TODO move to SequencedCollection once
.eq("cerebro").mayEnd(".conf"),
ofFile("cerebro1", "extra-icons/elastic-cerebro.svg", "Cerebro: start by 'cerebro' and end by '.conf'")
.start("cerebro").end(".conf"),
ofFile("detekt", "extra-icons/detekt.svg", "Detekt: end by 'detekt-config.yml' or 'detekt.yml'")
.end("detekt-config.yml", "detekt.yml"),
ofFile("faq", "extra-icons/faq.svg", "FAQ: faq(.md,.txt,.adoc,.rst)")
.eq("faq").mayEnd(TXT)
.altIcons("extra-icons/faq_alt.svg", "extra-icons/faq_alt2.svg",
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/extra-icons/detekt.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 10d3231

Please sign in to comment.