-
## Expected Behavior
Rename to something that mentions ktlint.
Maybe "detekt-ktlint-wrapper" or "detekt-rules-ktlint"
## Current Behavior
It says detekt-formatting which doesn't make it that cle…
3flex updated
2 months ago
-
## Expected Behavior
Everything properly validated.
## Observed Behavior
This pops up in my verification metadata:
```xml
```
even if I have trust in the key:
```x…
-
I'm not even sure if `Finding2` should have an `Entity`. I think that it would be great to make `Finding2` serializable some how (json, sarif...). And `Entity` has a refenrece to a `KtElement` and tha…
-
## Expected Behavior
The default exclude should include subdirectories of the `build` directory. Furthermore, instead of hardcoding `build`, you will want to use the value of `project.layout.buildD…
-
## Expected Behavior
:detekt-core shouldn't depend on :detekt-psi-utils.
## Observed Behavior
It does.
## Context
I believe detekt-psi-utils should only be used to support rule writers. detek…
3flex updated
2 months ago
-
## Expected Behavior
detekt configures itself to run a sane set of default analysis tasks when running the `check` or `detekt` task (TBC which one we link to, but that's a separate thing).
I'd con…
3flex updated
3 weeks ago
-
With K2 now finally released, it's time to update all relevant tooling. Detekt needs to be updated in order to run without crashing. A PR was recently landed there to fix the issue, but now in order t…
-
## Expected Behavior
When I add custom detekt rules the HelpUri in sarif output should link to my documentation for my rules.
## Current Behavior
When i add custom rules the HelpUri links to …
-
https://github.com/arturbosch/detekt
-
A number of detekt rules have been deprecated/moved. Detekt config needs to be updated.