-
[Laravel config cache](https://laravel.com/docs/5.6/configuration#configuration-caching) is great, but when it's enabled `.env` values are all null. We tend not to enable it on our dev environment, bu…
-
On the github PR checks tab, I clicked rerun and it failed `Could not run: Error: Could not fetch https://make.hmn.md/hmlinter/standards/eslint-0.6.tar.gz: 403 undefined`
-
Taking just one rule-set XML file from the command line (or something) is really not enough to cover our entire project, its unit test dir specific rules, its sub-module related rules, and so on; all …
-
Helping the team ship better code, faster, by incorporating fully-configurable static analysis into the development workflow is a key part of a lot of open-source projects. Improved code quality means…
-
**Tell us about your setup**
What is your lando version and operating system?
Lando: v3.1.4
Windows 10 using wsl2
**Tell us about your `.lando.yml`**
```yml
name: drupal9
recipe:…
-
I am playing around with the packages updates, this seems to be working with:
- macOS Mojave
- Node 10.*
```
{
"name": "foundationpress",
"title": "FoundationPress",
"version": "4.65.0"…
-
Hello,
[PHP-CS-Fixer has recently introduced a way to run in parallel](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases/tag/v3.57.0), which boost the performance drastically.
Unfortunately,…
-
my `.phpcs.xml` looks like this
```
```
and in `db/install.php` I have this code:
```
} else {
$issuerdata->image = $ocislogourl;
}
$issuer …
-
The setup of HM Base currently considers the root directory as the custom code root directory. As a consequence, PHPCS, PHP unit tests, the Composer file etc. are place inside of the root directory.
…
-
Our [coding standard docs](https://api.backdropcms.org/php-standards) need some loving care.
First of all the example for the file docblock misses the empty line after the opening php tag:
```