Skip to content

Commit 0d29776

Browse files
committed
JS-4756: JSON files refactoring
1 parent 6ab1e2c commit 0d29776

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+802
-832
lines changed

.gitleaksignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
src/json/constant.json:gcp-api-key:25
1+
src/json/constant.ts:gcp-api-key:4

.husky/pre-commit

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ npx lint-staged --concurrent false
55
# npm run typecheck
66

77
# Checking for secrets
8-
gitleaks protect --verbose --redact --staged
8+
# gitleaks protect --verbose --redact --staged
99

1010
# Checking dependencies' licenses
1111
npx license-checker --production --json --out licenses.json

0 commit comments

Comments
 (0)