mirror of
https://github.com/TabbyML/tabby
synced 2024-11-22 00:08:06 +00:00
17 lines
350 B
YAML
17 lines
350 B
YAML
|
id: validate-requires-code
|
||
|
message: Validations requires code being set for frontend error display
|
||
|
severity: error
|
||
|
language: rust
|
||
|
files:
|
||
|
- ./ee/tabby-webserver/src/**
|
||
|
rule:
|
||
|
all:
|
||
|
- pattern: '#[validate]'
|
||
|
- not:
|
||
|
has:
|
||
|
stopBy: end
|
||
|
pattern: code
|
||
|
- not:
|
||
|
has:
|
||
|
stopBy: end
|
||
|
pattern: custom
|