Skip to content

Commit

Permalink
Added Muse configuration to ignore certain issues. (thanos-io#4140)
Browse files Browse the repository at this point in the history
Based on https://github.com/TomMD/thanos/blob/main/.muse/config.toml

Signed-off-by: Bartlomiej Plotka <bwplotka@gmail.com>
  • Loading branch information
bwplotka authored May 3, 2021
1 parent 4d8ede2 commit e4b0586
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .muse/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
ignoreRules = [ "G103", "G104", "G110",
"G203", "G204", "G304",
"G307", "G401", "G402", "G404", "G501",
"ST1005"
]
disableTools = [ "semgrep" ]

0 comments on commit e4b0586

Please sign in to comment.