Compare commits
3 Commits
7c89707ef8
...
developmen
Author | SHA1 | Date | |
---|---|---|---|
5feba1c27c | |||
e03a201c30 | |||
ec9304fdc5 |
@ -74,4 +74,4 @@ rules:
|
||||
level: error
|
||||
type: unix
|
||||
|
||||
truthy: disable
|
||||
truthy: disable
|
||||
|
@ -144,8 +144,8 @@ regex = {
|
||||
r'"description":\s*"(?P<description>[^"]+)",\s*'
|
||||
r'"fingerprint":\s*"(?P<fingerprint>[^"]+)",\s*'
|
||||
r'"location":\s*\{\s*"path":\s*"(?P<path>[^"]+)".+?'
|
||||
r'"line[s]?":.+?(?P<line>\d+).*?\}},'
|
||||
r'(?:\s"content":\s\{"body":\s"(?P<body>.+?)")?'
|
||||
r'"line[s]?":.+?(?P<line>\d+).*?\}}'
|
||||
r'(?:,\s"content":\s\{"body":\s"(?P<body>.+?)")?'
|
||||
)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user