godot-gdscript-toolkit icon indicating copy to clipboard operation
godot-gdscript-toolkit copied to clipboard

Rule being ignored

Open danikaze opened this issue 3 months ago • 0 comments

I just started using gdlint and I found a weird behavior. I don't know if it's a bug or not but it feels unnatural.

In .gdlintrc (from gdlint -d) there's this rule (among others)

comparison-with-itself: null

But still being reported when running it

Error: Redundant comparison (comparison-with-itself)

I've checked with -v that it's properly being loaded

INFO:root:('comparison-with-itself', None)

Expected: No errors reported when rules are set to null

Note: It happens the same with other rules, or setting other levels such as warning. Everything gets reported as an error.

danikaze avatar Sep 25 '25 15:09 danikaze