aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/App/CodeChecker/LanguageParseChecker.php
Commit message (Collapse)AuthorAgeFilesLines
* Make the app code checker a NOOPChristoph Wurst2021-02-111-60/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-051-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix apps without translationsJoas Schilling2017-05-161-0/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Check the syntax of the language fileJoas Schilling2017-05-161-0/+56
Signed-off-by: Joas Schilling <coding@schilljs.com>