VKCOM / noverify

Pretty fast linter (code static analysis utility) for PHP
MIT License
673 stars 57 forks source link

Failed parsing stubs/phpstorm-stubs/CONTRIBUTING.md: file has incorrect syntax and cannot be parsed #1195

Open fredericgboutin-yapla opened 2 years ago

fredericgboutin-yapla commented 2 years ago

PHP Version: 7.0

OS: Linux

Run command:

noverify check [...]

Actual Behavior:

Started
Failed parsing stubs/phpstorm-stubs/CONTRIBUTING.md: file has incorrect syntax and cannot be parsed
Indexing [...]
Linting
No issues found. Your code is perfect.

Expected Behavior:

Started
Indexing [...]
Linting
No issues found. Your code is perfect.

[Optional] Details:

I don't know. I tried specifying the file extension, forcing .php for example, in an attempt to ignore the .md file, without any luck.

[Optional] Steps to Reproduce

I installed noverify following the Go get instructions - https://github.com/VKCOM/noverify/blob/master/docs/install.md#with-go-get - inside a Docker container straight from the official golang image - https://hub.docker.com/_/golang