mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2026-02-02 07:35:10 +01:00
rules: remove redundant patterns
This commit is contained in:
parent
5428a7182d
commit
4323926c77
1 changed files with 2 additions and 3 deletions
|
|
@ -9,7 +9,6 @@ pattern = [
|
||||||
"cannot access",
|
"cannot access",
|
||||||
"eacces",
|
"eacces",
|
||||||
"edspermissionerror",
|
"edspermissionerror",
|
||||||
"error: insufficient privileges",
|
|
||||||
"insufficient privileges",
|
"insufficient privileges",
|
||||||
"need root",
|
"need root",
|
||||||
"non-root users cannot",
|
"non-root users cannot",
|
||||||
|
|
@ -23,9 +22,9 @@ pattern = [
|
||||||
"sudorequirederror",
|
"sudorequirederror",
|
||||||
"superuser privilege",
|
"superuser privilege",
|
||||||
"unless you are root",
|
"unless you are root",
|
||||||
"updatedb: can not open a temporary file",
|
"can not open a temporary file",
|
||||||
"use `sudo`",
|
"use `sudo`",
|
||||||
"you don't have access to the history db.",
|
"you don't have access",
|
||||||
"you don't have write permissions"
|
"you don't have write permissions"
|
||||||
]
|
]
|
||||||
suggest = [
|
suggest = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue