FreeBSD Cleanup (#2603)

* FreeBSD Cleanup

* cleanup

* fix t1016

* reducing multiline if else to single line

* fix t1037.003

* ignore T1003.007

* fix t1003.007

* more fixes
This commit is contained in:
Hare Sudhan
2023-11-13 16:45:43 -05:00
committed by GitHub
parent 8961c1692c
commit 7dfdc97d79
10 changed files with 23 additions and 191 deletions
-2
View File
@@ -36,7 +36,6 @@ class GithubAPI:
labels = {
"windows": "windows",
"macos": "macOS",
"freebsd": "freebsd",
"linux": "linux",
"azure-ad": "ADFS",
"containers": "containers",
@@ -51,7 +50,6 @@ class GithubAPI:
"windows": ["clr2of8", "MHaggis"],
"linux": ["josehelps", "cyberbuff"],
"macos": ["josehelps", "cyberbuff"],
"freebsd": ["josehelps", "cyberbuff"],
"containers": ["patel-bhavin"],
"iaas:gcp": ["patel-bhavin"],
"iaas:aws": ["patel-bhavin"],