mirror of
https://github.com/pi-hole/web.git
synced 2025-12-25 13:06:20 +00:00
* single quotes to double * Avoid variables with short names like $a. Configured minimum length is 3. * list_type > listType https://www.codacy.com/app/Pi-hole/AdminLTE/file/4753758893/issues/source?bid=3919163&fileBranchId=3919163#l30 * define `refresh` before it is used * single to double quotes * EsLint expects `{}` after `if` * singlequotes to doublequotes * https://www.codacy.com/app/Pi-hole/AdminLTE/file/4753758894/issues/source?bid=3919163&fileBranchId=3919163#l49 * Copy filterArray Function from api.php * missed a single-quote * single>double * `===`, `==` * single to double * Usages come AFTER declarations * missing semi * function delcaration order change * more codacy complaints