Skip to content

Commit e3a37f5

Browse files
CCM-10922 Adding Suppliers API starting point
1 parent 938f200 commit e3a37f5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

scripts/config/vale/styles/config/vocabularies/words/accept.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ drawio
1010
endcapture
1111
endfor
1212
endraw
13+
env
1314
Git[Hh]ub
1415
Gitleaks
1516
Grype

scripts/githooks/check-english-usage.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ set -euo pipefail
2525
# ==============================================================================
2626

2727
function main() {
28-
echo "IN IT"
2928
cd "$(git rev-parse --show-toplevel)"
3029

3130
check=${check:-working-tree-changes}
@@ -58,7 +57,6 @@ function main() {
5857
# Arguments (provided as environment variables):
5958
# filter=[git command to filter the files to check]
6059
function run-vale-natively() {
61-
echo "RUNNING NATIVE"
6260
# shellcheck disable=SC2046
6361
vale \
6462
--config "$PWD/scripts/config/vale/vale.ini" \
@@ -69,7 +67,6 @@ function run-vale-natively() {
6967
# Arguments (provided as environment variables):
7068
# filter=[git command to filter the files to check]
7169
function run-vale-in-docker() {
72-
echo "RUNNING DOCKER"
7370
# shellcheck disable=SC1091
7471
source ./scripts/docker/docker.lib.sh
7572

0 commit comments

Comments
 (0)