codeclimate-community / codeclimate-scalastyle

Code climate Analysis Engine for scalastyle
Other
3 stars 4 forks source link

Issue in walking XML error nodes #4

Open pbrisbin opened 8 years ago

pbrisbin commented 8 years ago

Looking at the code, it seems like this engine suffers the same logic error in XML node walking as https://github.com/codeclimate/codeclimate-csslint/pull/18.

The result of this bug is that issues present in any file are reported as present on all files. This makes the engine basically unusable.

jsippel commented 6 years ago

I believe that the version in the beta channel does not have this issue.