Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: fail format validation on unnecessary uppercase character classes #166

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

theseion
Copy link
Collaborator

Check only character classes for uppercase letters in case-insensitive expressions. Other casing in assembly files can give context and it may be better to leave it as is.

@theseion theseion requested a review from fzipi July 13, 2024 14:46
@theseion theseion force-pushed the lint-uppercase-character-classes-in-case-insensitive-expressions branch 2 times, most recently from da60552 to 8c1e2ac Compare July 13, 2024 14:48
utils/utils.go Show resolved Hide resolved
Copy link
Member

@fzipi fzipi left a comment

Choose a reason for hiding this comment

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

LGTM

Check only character classes for uppercase letters in case-insensitive
expressions. Other casing in assembly files can give context and it may
be better to leave it as is.
@theseion theseion force-pushed the lint-uppercase-character-classes-in-case-insensitive-expressions branch from 37e3e5c to c7cd767 Compare July 15, 2024 17:35
@theseion theseion requested a review from fzipi July 15, 2024 17:36
@theseion theseion force-pushed the lint-uppercase-character-classes-in-case-insensitive-expressions branch from c7cd767 to d388fa1 Compare July 15, 2024 17:41
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.

2 participants