ive installed sublimelinter and the sublimelinter-phplint plugin in ST3. Phplint is installed and is executed by Sublimelinter (no errors shown, path is configured and working!). If i activate the debug mode within sublimelinter and lint the current view he shows me several lint errors in the console, for example:
37: ERROR: unknown constant PI
41: ERROR: unresolved function mai1
and so on...
However if I execute "Show all errors", he says that there are no lint errors. It just seems that he doenst interprete the phplint return correctly. Are there any further advices what to do now to solve the problem?