summaryrefslogtreecommitdiffstats
path: root/build/files-checker.php
Commit message (Collapse)AuthorAgeFilesLines
* Add shared php-cs configChristoph Wurst2020-03-311-0/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Set up a security policyRuben Barkow2020-01-211-0/+1
| | | | Signed-off-by: Ruben Barkow-Kuder <github@r.z11.de>
* Add .editorconfig to expected filesGary Kim2019-11-081-0/+1
| | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Transpile also dependencies in node_modulesJohn Molakvoæ (skjnldsv)2019-10-291-1/+1
| | | | | | | | | | | | | | Some of the dependencies in node_modules, such as "p-queue", are not ES5 compatible, so they need to be transpiled to work in older browsers like Internet Explorer 11. Besides not excluding the dependencies for babel-loader in "webpack.common.js" the global Babel configuration must be defined in "babel.config.js", as in Babel 7.X, when ".babelrc.js" is used, all the dependencies in "node_modules" are ignored (even if whitelisted in the configuration file itself). Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge all babelrc into one fileJohn Molakvoæ (skjnldsv)2019-10-171-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix master testing and update eslint-configJohn Molakvoæ (skjnldsv)2019-10-041-4/+5
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Move settings to an appChristoph Wurst2019-09-281-1/+0
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Exclude Makefile from checkMorris Jobke2019-02-251-0/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update expected file listRoeland Jago Douma2019-02-131-0/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Adjust release file listChristoph Wurst2019-01-091-2/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove buildjsdocs.sh from files checkerJulius Härtl2018-10-251-1/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move GitHub files to .github directoryChristoph Wurst2018-10-091-2/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove unused HHVM test executorChristoph Wurst2018-10-091-1/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* add ocm-provider to the list of expected filesBjoern Schiessle2018-07-021-0/+1
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Remove .lgtm fileRoeland Jago Douma2018-05-231-1/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Remove old perl script to update l10n filesMorris Jobke2018-02-081-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix CI after Code of Conduct mergeRoeland Jago Douma2018-01-101-0/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* No more root fileJoas Schilling2017-07-251-1/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add test to check if new files are added to the root of the repositoryMorris Jobke2017-07-121-0/+109
Signed-off-by: Morris Jobke <hey@morrisjobke.de>