18 lines
744 B
JSON
18 lines
744 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(dotnet test:*)",
|
|
"Bash(grep -c \"\\\\[Fact\\\\]\" /c/data/code/raven-test-integration/**/*.cs)",
|
|
"Bash(grep -c \"Skip = \" /c/data/code/raven-test-integration/**/*.cs)",
|
|
"Bash(grep -l \"public class.*Controller\" /c/data/code/raven/server/AyaNova/Controllers/*.cs)",
|
|
"Bash(xargs -I {} basename {})",
|
|
"Bash(sed 's/Controller.cs//')",
|
|
"Bash(find /c/data/code/raven-test-integration -name \"*.cs\" -type f ! -path \"*/obj/*\" -exec grep -l \"public class.*Test\" {} ;)",
|
|
"Bash(xargs grep \"public class\")",
|
|
"Read(//c/data/code/raven-test-integration/**)",
|
|
"Bash(sed 's/.cs$//')",
|
|
"Bash(dotnet build raven-integration.csproj)"
|
|
]
|
|
}
|
|
}
|