Skip to content

minor: remove token from ignore list that are present in google config#14292

Merged
romani merged 1 commit into
checkstyle:masterfrom
romani:minor-fix-ingnore-list
Feb 2, 2024
Merged

minor: remove token from ignore list that are present in google config#14292
romani merged 1 commit into
checkstyle:masterfrom
romani:minor-fix-ingnore-list

Conversation

@romani

@romani romani commented Jan 18, 2024

Copy link
Copy Markdown
Member

detected at #13991 (comment)

to be merged after #13991

@nrmancuso nrmancuso left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Items:

Comment on lines 237 to 238
// non text literals are ignored
"NUM_DOUBLE", "NUM_FLOAT", "NUM_INT", "NUM_LONG", "IDENT",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
// non text literals are ignored
"NUM_DOUBLE", "NUM_FLOAT", "NUM_INT", "NUM_LONG", "IDENT",
// numerical types should not be included
"NUM_DOUBLE", "NUM_FLOAT", "NUM_INT", "NUM_LONG",
// identitifiers are covered by other checks
"IDENT",

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

done

// comments should be skipped as nobody write in octal or unicode code style
"COMMENT_CONTENT",
// until #14291
"TEXT_BLOCK_CONTENT")

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Please wrap ) to reduce future diff.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

done

@nrmancuso nrmancuso assigned romani and unassigned nrmancuso Jan 28, 2024
@romani romani force-pushed the minor-fix-ingnore-list branch 2 times, most recently from 2cdae62 to 2880596 Compare January 31, 2024 14:29
@romani romani assigned nrmancuso and unassigned romani Jan 31, 2024
@romani romani force-pushed the minor-fix-ingnore-list branch from 2880596 to 0f4f29d Compare February 2, 2024 14:02
@romani romani merged commit 943576f into checkstyle:master Feb 2, 2024
@romani romani deleted the minor-fix-ingnore-list branch February 2, 2024 16:56
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