Fix CI/CD validation errors
- Add allow dead_code to unused helper function - Remove redundant PID assertion in macOS test - All clippy checks pass with -D warnings - All tests passing (33/33)
This commit is contained in:
@@ -402,6 +402,13 @@ impl App {
|
||||
}
|
||||
|
||||
pub fn get_tab_titles(&self) -> Vec<&str> {
|
||||
vec!["Overview", "Processes", "Detections", "Threat Intel", "Memory", "Logs"]
|
||||
vec![
|
||||
"Overview",
|
||||
"Processes",
|
||||
"Detections",
|
||||
"Threat Intel",
|
||||
"Memory",
|
||||
"Logs",
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user