1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
{ "permissions": { "allow": [ "Bash(cargo build *)", "Bash(cargo test *)", "Bash(cargo clippy *)", "Bash(cargo fmt *)", "Bash(cargo fmt --check)", "Bash(make ci *)", "Bash(make check *)", "Bash(make ci)", "Bash(make check)" ] } }