This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
linter-reek passing invalid messages to linter #11
Labels
Comments
In any case, we should be catching those invalid messages in linter, can I get to see an example invalid error object please? |
Need anything else? It looks like text is an array and shouldn't be. |
Ah right. I think we're gonna need a spec for that in the core linter, as well as a type check. |
+1 |
1 similar comment
+1 |
@dhagerty9009 will you be able to take this on, or do you want somebody else to take a look? |
I'm a little swamped at work, so if someone else can fix this issue that would be fantastic. |
I'm closing this issue, as #13 has been merged in. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It appears that
linter-reek
is passing messages of an invalid format to thelinter
package, causing issues to be reported against thelinter
package (steelbrain/linter#850 (comment)).Steps to reproduce:
linter
andlinter-reek
packagesThe text was updated successfully, but these errors were encountered: