12 lines
349 B
YAML
12 lines
349 B
YAML
version: "2"
|
|
linters:
|
|
default: none
|
|
enable:
|
|
- forbidigo
|
|
settings:
|
|
forbidigo:
|
|
forbid:
|
|
- pattern: ^dataservices.DataStore.(EdgeGroup|EdgeJob|EdgeStack|EndpointRelation|Endpoint|GitCredential|Registry|ResourceControl|Role|Settings|Snapshot|Stack|Tag|User)$
|
|
msg: Use a transaction instead
|
|
analyze-types: true
|