Monorepo: set strict mode for WooCommerce plugin linting script. (#49366)

This commit is contained in:
Vladimir Reznichenko 2024-07-11 09:18:23 +02:00 committed by GitHub
parent c4ddaef3bc
commit ba9f0a1625
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View File

@ -1,4 +1,7 @@
#!/usr/bin/env bash
set -eo pipefail
# Lint branch
#
# Runs phpcs-changed, comparing the current branch to its "base" or "parent" branch.

View File

@ -0,0 +1,4 @@
Significance: patch
Type: dev
Monorepo: set strict mode for linting script.