Monorepo: set strict mode for WooCommerce plugin linting script. (#49366)
This commit is contained in:
parent
c4ddaef3bc
commit
ba9f0a1625
|
@ -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.
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Monorepo: set strict mode for linting script.
|
Loading…
Reference in New Issue