4648
This commit is contained in:
@@ -1,7 +1,16 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(dotnet test:*)"
|
||||
"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$//')"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user