Skip to content

Comments

Config/quality and codesmell#31

Merged
nicolasreisdev merged 27 commits intomainfrom
config/quality-and-codesmell
Nov 21, 2025
Merged

Config/quality and codesmell#31
nicolasreisdev merged 27 commits intomainfrom
config/quality-and-codesmell

Conversation

@nicolasreisdev
Copy link
Owner

No description provided.

@qltysh
Copy link

qltysh bot commented Nov 20, 2025

❌ 6 blocking issues (6 total)

Tool Category Rule Count
radarlint-js Lint Remove this commented out code. 6

// username: 'user5',
// email: 'user5@email.com',
// dataNascimento: '2000/01/01',
// senha: 'senha123',
Copy link

Choose a reason for hiding this comment

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

Remove this commented out code. [radarlint-js:typescript:S125]


expect(response.status).toBe(400);
expect(response.body.message).toContain('Nome muito curto');
// expect(response.status).toBe(400);
Copy link

Choose a reason for hiding this comment

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

Remove this commented out code. [radarlint-js:typescript:S125]

// username: 'use',
// email: 'user5@email.com',
// dataNascimento: '2000/01/01',
// senha: 'senha123',
Copy link

Choose a reason for hiding this comment

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

Remove this commented out code. [radarlint-js:typescript:S125]


expect(response.status).toBe(400);
expect(response.body.message).toContain('Username muito curto');
// expect(response.status).toBe(400);
Copy link

Choose a reason for hiding this comment

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

Remove this commented out code. [radarlint-js:typescript:S125]

// username: 'user',
// email: 'useremail.com',
// dataNascimento: '2000/01/01',
// senha: 'senha123',
Copy link

Choose a reason for hiding this comment

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

Remove this commented out code. [radarlint-js:typescript:S125]


expect(response.status).toBe(400);
expect(response.body.message).toContain('Formato de e-mail inválido');
// expect(response.status).toBe(400);
Copy link

Choose a reason for hiding this comment

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

Remove this commented out code. [radarlint-js:typescript:S125]

@nicolasreisdev nicolasreisdev merged commit 37fa2c5 into main Nov 21, 2025
2 of 3 checks passed
@nicolasreisdev nicolasreisdev deleted the config/quality-and-codesmell branch November 21, 2025 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant