mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-15 20:05:13 +02:00
Authorization analysis logic improvements (#61)
This commit is contained in:
parent
3c89bddbf2
commit
40995e45e7
55 changed files with 4193 additions and 134 deletions
|
|
@ -1102,6 +1102,7 @@ impl<'a> ParsedFile<'a> {
|
|||
if !missing.is_empty() {
|
||||
let aug_ctx = crate::utils::project::FrameworkContext {
|
||||
frameworks: missing.clone(),
|
||||
inspected_langs: std::collections::HashSet::new(),
|
||||
};
|
||||
lang_rules
|
||||
.extra_labels
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue