Skip to content

Commit

Permalink
Qlty ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
brynary committed Dec 20, 2024
1 parent 3c13f59 commit 2c17a38
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .qlty/qlty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,6 @@ name = "yamllint"
plugins = ["osv-scanner", "trufflehog"]
file_patterns = ["qlty-cli/tests/**"]

# Disable ripgrep from analyzing the ripgrep parser
[[ignore]]
plugins = ["ripgrep"]
file_patterns = ["**/ripgrep.rs"]

[[ignore]]
rules = ["markdownlint/MD024"]
file_patterns = ["CHANGELOG.md"]
1 change: 1 addition & 0 deletions qlty-check/src/parser/ripgrep.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// qlty-ignore: +ripgrep
use super::Parser;
use anyhow::Result;
use qlty_types::analysis::v1::{Category, Issue, Level, Location, Range};
Expand Down
1 change: 1 addition & 0 deletions qlty-check/src/parser/sarif.rs
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ impl Parser for Sarif {
}
}

// qlty-ignore: +ripgrep
#[cfg(test)]
mod test {
use super::*;
Expand Down

0 comments on commit 2c17a38

Please sign in to comment.