fix(edge-stacks): inconsistent edge stack count BE-12285 (#1382)

pull/12200/merge
Viktor Pettersson 2025-11-20 10:56:38 +13:00 committed by GitHub
parent a3eab75405
commit 567d628a52
1 changed files with 5 additions and 0 deletions

View File

@ -9,3 +9,8 @@ linters:
- pattern: ^dataservices.DataStore.(EdgeGroup|EdgeJob|EdgeStack|EndpointRelation|Endpoint|GitCredential|Registry|ResourceControl|Role|Settings|Snapshot|Stack|Tag|User)$ - pattern: ^dataservices.DataStore.(EdgeGroup|EdgeJob|EdgeStack|EndpointRelation|Endpoint|GitCredential|Registry|ResourceControl|Role|Settings|Snapshot|Stack|Tag|User)$
msg: Use a transaction instead msg: Use a transaction instead
analyze-types: true analyze-types: true
exclusions:
rules:
- path: _test\.go
linters:
- forbidigo