linter-phpmd
linter-phpmd copied to clipboard
Atom linter plugin for php, using phpmd.
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | dot-prop | [`3.0.0` -> `4.2.1`](https://renovatebot.com/diffs/npm/dot-prop/3.0.0/4.2.1) | ### GitHub Vulnerability Alerts #### [CVE-2020-8116](https://nvd.nist.gov/vuln/detail/CVE-2020-8116) Prototype pollution vulnerability...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | ajv | [`6.10.2` -> `6.12.3`](https://renovatebot.com/diffs/npm/ajv/6.10.2/6.12.3) | ### GitHub Vulnerability Alerts #### [CVE-2020-15366](https://nvd.nist.gov/vuln/detail/CVE-2020-15366) An issue was...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | acorn | [`7.1.0` -> `7.1.1`](https://renovatebot.com/diffs/npm/acorn/7.1.0/7.1.1) | ### GitHub Vulnerability Alerts #### [GHSA-6chw-6frg-f759](https://togithub.com/acornjs/acorn/issues/929) Affected versions of...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [husky](https://typicode.github.io/husky) ([source](https://togithub.com/typicode/husky)) | [`3.0.9` -> `3.1.0`](https://renovatebot.com/diffs/npm/husky/3.0.9/3.1.0) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@commitlint/cli](https://commitlint.js.org/) ([source](https://togithub.com/conventional-changelog/commitlint)) | [`8.2.0` -> `8.3.6`](https://renovatebot.com/diffs/npm/@commitlint%2fcli/8.2.0/8.3.6) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | semantic-release | [`15.13.28` -> `17.2.3`](https://renovatebot.com/diffs/npm/semantic-release/15.13.28/17.2.3) | ### GitHub Vulnerability Alerts #### [CVE-2020-26226](https://togithub.com/semantic-release/semantic-release/security/advisories/GHSA-r2j6-p67h-q639) ### Impact Secrets...
When I try to use this package, I get this error: ``` /home/sbrl/.atom/packages/linter/lib/linter-registry.js:155 [Linter] Error running PHPMD Error: PHP Notice: Trying to get property 'message' of non-object in /home/sbrl/.config/composer/vendor/phpmd/phpmd/src/main/php/PHPMD/RuleSetFactory.php on...
Hello! I have just recently downloaded Atom and got packages for php, html, css, and haskell. I have been working on my php file a few day ago with no...
I think global install is nice and it can also be done with composer, but supporting a local install via composer would also be nice. We frequently pin phpmd to...
Hello! As I get it, linter-phpmd works only if file was saved. Is it possible to make it work on unsaved file?