Skip to content

Adding directory support and more validators

Latest
Compare
Choose a tag to compare
@mamazu mamazu released this 05 Feb 17:21
· 11 commits to master since this release

Infrastructure

  • You can now validate directories (recursively)
  • Adding a warning for files that can not be parsed
  • Adding support for partial classes like
public function hello() {}

Which does not compile in standard php because methods are only allowed inside of classes.

Parser

  • Adding a parser that can ignore certain file types

Validators

  • Adding json validator

Note: If you update the symfony yaml parser you to get correct error locations in yaml blocks