martin-helmich / typo3-typoscript-lint

Find coding errors in your TypoScript files.
MIT License
82 stars 19 forks source link

Add gcc style output formatting #97

Closed stefanszymanski closed 4 years ago

stefanszymanski commented 4 years ago

I added the gcc style formatting to use typoscript-lint in neovim with coc-diagnostic.

martin-helmich commented 4 years ago

Thanks for the PR -- I've just updated the branch to include the latest master (tests didn't run for pull requests); don't worry about Psalm complaining in CI. I'm not really sure why the type checker fails, but I'm fairly certain it has nothing to do with your changes.

Will review shortly.