summaryrefslogtreecommitdiffstats
path: root/lib/private/App/CodeChecker/CodeChecker.php
Commit message (Expand)AuthorAgeFilesLines
* Make the app code checker a NOOPChristoph Wurst2021-02-111-140/+0
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-4/+4
* Update license headers for 19Christoph Wurst2020-04-291-1/+0
* Add visibility to all constantsChristoph Wurst2020-04-101-8/+8
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-2/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-2/+2
* Only parse php7 code in app code checkerChristoph Wurst2019-12-181-1/+1
* Update license headersChristoph Wurst2019-12-051-1/+3
* Codechecker: removed unused useRoeland Jago Douma2019-08-191-1/+1
* Update PHP-Parser for 7.1 compatibilityJoas Schilling2019-02-141-2/+2
* Fix app code checker to ignore `build` directoryChristoph Wurst2018-08-091-1/+1
* Fix casting in app code checkerMorris Jobke2018-01-121-4/+5
* Check the migration files for table, column and index length errorsJoas Schilling2017-07-051-2/+11
* Remove unused use statementsMorris Jobke2017-04-221-2/+0
* Allow to validate the password_policy appJoas Schilling2016-09-011-3/+9
* Fix othersJoas Schilling2016-07-211-2/+3
* Move \OC\App to PSR-4Roeland Jago Douma2016-04-131-0/+125