-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This renames the script that lints some aspects of the content hierarchy into the _scripts/content* namespace, aligning it with _scripts/contentNewDocument.bash. Signed-off-by: Jonathan Matthews <[email protected]> Change-Id: Ib38338e5ea583019d9300707284d667b58134810
- Loading branch information
1 parent
6dc9ccf
commit 2ff04d8
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -168,7 +168,7 @@ jobs: | |
- name: Early git and code sanity checks | ||
run: go run cuelang.org/go/internal/ci/[email protected] | ||
- name: Perform early content checks | ||
run: _scripts/checkContent.bash | ||
run: _scripts/contentLint.bash | ||
- name: Check site CUE configuration | ||
run: _scripts/runPreprocessor.bash execute --check | ||
- name: Regenerate | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ set -eu | |
|
||
# When bumping this version, don't forget to grep the repo for "staticcheck ..." | ||
# and to sed the upgrade of the hard-coded checks that are tested for by | ||
# _scripts/checkContent.bash. | ||
# _scripts/contentLint.bash. | ||
go run honnef.co/go/tools/cmd/[email protected] $(go list ./... | | ||
grep -v github.com/cue-lang/cuelang.org/playground/internal/cuelang_org_go_internal | | ||
grep -v github.com/cue-lang/cuelang.org/internal/parse | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters