Skip to content

Conversation

@Altahrim
Copy link
Collaborator

Summary

Enforce correct formatting for labels

label-name = label-name-initial-char *label-name-char
label-name-char = label-name-initial-char / DIGIT
label-name-initial-char = ALPHA / "_"

Checklist

@Altahrim Altahrim added this to the Nextcloud 34 milestone Jan 23, 2026
@Altahrim Altahrim self-assigned this Jan 23, 2026
@Altahrim Altahrim requested a review from a team as a code owner January 23, 2026 16:15
@Altahrim Altahrim requested review from ArtificialOwl, icewind1991, nfebe and salmart-dev and removed request for a team January 23, 2026 16:15
@Altahrim Altahrim added bug 3. to review Waiting for reviews labels Jan 23, 2026
@Altahrim
Copy link
Collaborator Author

/backport to stable33 please

$this->assertNotEmpty($this->metrics);
}

public function testValidNames() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
public function testValidNames() {
public function testValidNames(): void {

Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
@Altahrim Altahrim force-pushed the fix/openmetrics_labels branch from 0753717 to 481fe15 Compare January 24, 2026 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants