mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-02-07 00:55:44 +01:00
This simplifies our CI command line and makes it easier to document expected usage (in HACKING.md). There unfortunately isn't a way to set --checked-sourced or our default warning level in .shellcheckrc, and our `find` command is still a bit unwieldy, but this is still a net improvement.
9 lines
244 B
Plaintext
9 lines
244 B
Plaintext
# ShellCheck <https://www.shellcheck.net/>
|
|
# https://github.com/koalaman/shellcheck/wiki/Directive#shellcheckrc-file
|
|
|
|
# Allow opening any 'source'd file, even if not specified as input
|
|
external-sources=true
|
|
|
|
# Assume bash by default
|
|
shell=bash
|