fix: remove stale classroom nolint

This commit is contained in:
Peter Steinberger 2026-05-05 08:55:21 +01:00
parent c65c88304b
commit 56755e94ec
No known key found for this signature in database

View File

@ -455,7 +455,6 @@ type ClassroomRosterCmd struct {
FailEmpty bool `name:"fail-empty" aliases:"non-empty,require-results" help:"Exit with code 3 if no results"`
}
//nolint:cyclop // command orchestration across two role paths
func (c *ClassroomRosterCmd) Run(ctx context.Context, flags *RootFlags) error {
u := ui.FromContext(ctx)
account, err := requireAccount(flags)