File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -468,7 +468,7 @@ func withTimezoneUTC(m dsl.Matcher) {
468
468
At (m ["tz" ])
469
469
}
470
470
471
- // workspaceActivity ensures that updating workspace activity is only done in the workspaceapps package.
471
+ // workspaceActivity ensures that updating workspace activity is only done in the workspacestats package.
472
472
//
473
473
//nolint:unused,deadcode,varnamelen
474
474
func workspaceActivity (m dsl.Matcher ) {
@@ -481,9 +481,9 @@ func workspaceActivity(m dsl.Matcher) {
481
481
`$_.InsertWorkspaceAgentStats($_, $_)` ,
482
482
`$_.InsertWorkspaceAppStats($_, $_)` ,
483
483
).Where (
484
- ! m .File ().PkgPath .Matches (`workspaceapps ` ) &&
484
+ ! m .File ().PkgPath .Matches (`workspacestats ` ) &&
485
485
! m .File ().PkgPath .Matches (`dbauthz$` ) &&
486
486
! m .File ().PkgPath .Matches (`dbgen$` ) &&
487
487
! m .File ().Name .Matches (`_test\.go$` ),
488
- ).Report ("Updating workspace activity should always be done in the workspaceapps package." )
488
+ ).Report ("Updating workspace activity should always be done in the workspacestats package." )
489
489
}
You can’t perform that action at this time.
0 commit comments