Skip to content

Commit

Permalink
Fix merge conflict oversight in doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-l-teichmann committed Aug 16, 2023
1 parent 9b684ad commit 7464ade
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docs/csaf_checker.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,16 +101,11 @@ It is only allowed to specify one off them.
All interval boundaries are inclusive.

You can ignore certain advisories while checking by specifying a list
<<<<<<< HEAD
of regular expressions to match their URLs by using the `ignorepattern` option.
E.g. `-i='.*white.*' -i='*.red.*'` will ignore files which URLs contain the sub strings **white** or **red**.
=======
of regular expressions to match their URLs by using the `ignorepattern`
option.

E.g. `-i='.*white.*' -i='*.red.*'` will ignore files which URLs contain
the sub strings **white** or **red**.
>>>>>>> main
the sub strings **white** or **red**.
In the config file this has to be noted as:
```
ignorepattern = [".*white.*", ".*red.*"]
Expand Down

0 comments on commit 7464ade

Please sign in to comment.