Skip to content

Commit

Permalink
docs: disable shellcheck for the doc-building script
Browse files Browse the repository at this point in the history
  • Loading branch information
matklad committed Nov 3, 2023
1 parent fd14eb8 commit e60b4e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/docs_website/scripts/build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/usr/bin/env bash

# Disable shellcheck for this script: it is rather complex, and the proper here would be to
# get rit of it altogether, but it is not completely obvious what the end state we want here yet.
# shellcheck disable=all

set -eu

repo="https://github.com/tigerbeetle/tigerbeetle"
Expand Down

0 comments on commit e60b4e2

Please sign in to comment.