Replies: 6 comments 2 replies
-
|
@marschattha Any thoughts on this? I'd love to configure
|
Beta Was this translation helpful? Give feedback.
-
|
Hey, thanks for bringing attention to this, added a readme on radarlint configuration. https://github.com/qltysh/radarlint/blob/main/config.md |
Beta Was this translation helpful? Give feedback.
-
|
@marschattha Curious if there is any update? |
Beta Was this translation helpful? Give feedback.
-
|
cc: @brynary |
Beta Was this translation helpful? Give feedback.
-
|
??? |
Beta Was this translation helpful? Give feedback.
-
|
Came to ask the same thing. I have a couple of Java-based projects, and with Java not being one of my stronger programming languages, the issues that radarlint-java raises are difficult to comprehend. I mean, the one-line descriptions are fine; but usually with most linters each rule is backed by some rationale explaining why something is considered bad practice; and that is what I was hoping to find documented. For example, "Define and throw a dedicated exception instead of a generic one" makes perfect sense, and I can probably guess what I need to do to fix that one. But some examples and a brief "...and here's why its recommended" would go a long way. "Add a private constructor to hide the implicit public one" - ok, sure but....why? I'm sure there's a good reason and I bet Claude or one of the other LLMs could help, but someone has decided that this should be a default enabled rule and it would be good to understand the thinking behind that decision. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
The
radarlintplugin (and its associated plugins) seem to be undocumented. Only a few places have a link for it, and the link goes to https://github.com/qltysh/radarlint which 404s. Can you provide documentation for this plugin, including configuration directives and a dictionary of rules it applies?How to reproduce (optional)
Expected behavior (optional)
No response
CLI Version
qlty 0.541.0 macos-arm64 (833779b 2025-06-11)
Information about Qlty configuration and environment (optional)
// Add your qlty.tomlBeta Was this translation helpful? Give feedback.
All reactions