Open pbrisbin opened 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.
I believe that the version in the beta channel does not have this issue.
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.