phplint deactivated + phpcs deactivated

189 Views Asked by At

I'm trying to make SublimeLinter work on my Linux. On Sublime Text console I have this errors:

SublimeLinter: WARNING: phplint deactivated, cannot locate 'phpl' SublimeLinter: WARNING: phpcs deactivated, cannot locate 'phpcs'

SublimeLinter's path, I have configured like this:

"paths": {
        "linux": ["/usr/local/lib/node_modules/jshint/bin",
            "/usr/local/lib/node_modules/csslint/bin",
            "/usr/bin/php -l", "/opt/lampp/bin"],
        "osx": [],
        "windows": []
    },

What is missing?

0

There are 0 best solutions below