{"id":18950152,"url":"https://github.com/junker/flycheck-php-noverify","last_synced_at":"2025-06-14T07:09:00.159Z","repository":{"id":46576487,"uuid":"411226440","full_name":"Junker/flycheck-php-noverify","owner":"Junker","description":"Flycheck checker for PHP using Noverify linter","archived":false,"fork":false,"pushed_at":"2021-10-18T15:16:30.000Z","size":21,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-01T01:45:34.978Z","etag":null,"topics":["emacs","flycheck","noverify","php"],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Junker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-09-28T09:57:36.000Z","updated_at":"2021-10-18T15:16:33.000Z","dependencies_parsed_at":"2022-07-20T18:32:11.752Z","dependency_job_id":null,"html_url":"https://github.com/Junker/flycheck-php-noverify","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Junker%2Fflycheck-php-noverify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Junker%2Fflycheck-php-noverify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Junker%2Fflycheck-php-noverify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Junker%2Fflycheck-php-noverify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Junker","download_url":"https://codeload.github.com/Junker/flycheck-php-noverify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239946915,"owners_count":19723018,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["emacs","flycheck","noverify","php"],"created_at":"2024-11-08T13:21:15.120Z","updated_at":"2025-02-21T03:14:54.003Z","avatar_url":"https://github.com/Junker.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flycheck checker for PHP using [Noverify](https://github.com/VKCOM/noverify) linter\n\n[![MELPA](https://melpa.org/packages/flycheck-php-noverify-badge.svg)](https://melpa.org/#/flycheck-php-noverify)\n\nFast PHP linter for Flycheck.\n\nNoverify - Pretty fast linter (code static analysis utility) for PHP\n\n## Requirements\n\nInstalled [NoVerify](https://github.com/VKCOM/noverify) linter.\n\n## Installation\n\nFrom MELPA:\n\n```\nM-x package-install flycheck-php-noverify\n```\n\nFor `use-package` user:\n\n```elisp\n(use-package flycheck-php-noverify\n  :ensure t\n  :config\n  (progn\n    (flycheck-php-noverify-setup)))\n```\n\n## Configuration\n\n```elisp\n;; Excluded checks. \n;; default: '(\"undefinedConstant\" \"undefinedClass\" \"undefinedFunction\" \n;;            \"undefinedMethod\" \"undefinedProperty\" \"undefinedTrait\")\n(add-to-list 'flycheck-php-noverify-exclude-checks \"constCase\")\n\n;; Allowed checks. default: nil\n(setq flycheck-php-noverify-allow-checks '(\"unused\"))\n\n;; Analyze as PHP 7. default: nil\n(setq flycheck-php-noverify-php7 t)\n\n;; additional 'noverify' args\n(setq flycheck-php-noverify-args '(\"--cores\" \"4\"))\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunker%2Fflycheck-php-noverify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjunker%2Fflycheck-php-noverify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunker%2Fflycheck-php-noverify/lists"}