mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
Not all tools are needed for all parts of the codebase. In order to avoid installing all tools, we create nested `.tool-versions` files that list the specific dev-tools needed for a certain part of the product.
7 lines
100 B
Plaintext
7 lines
100 B
Plaintext
# Used for static analysis
|
|
python 3.11.14
|
|
shfmt 3.9.0
|
|
|
|
# Used to lint Bash scripts
|
|
shellcheck 0.9.0
|