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

Add lint to check that the countryName attribute (C) is in uppercase #859

Merged

Conversation

defacto64
Copy link
Contributor

This PR addresses issue #855

This lint only checks that the countryName is comprised of one or more [A-Z] characters as required by ISO 3166.

That the countryName is a valid ISO 3166 alpha-2 country code is already checked by an existing lint.

defacto64 and others added 30 commits March 8, 2024 16:07
Added //nolint:all to comment block to avoid golangci-lint to complain about duplicate words in comment
Fine to me.

Co-authored-by: Christopher Henderson <[email protected]>
As per Chris Henderson's suggestion, to "improve readability".
As per Chris Henderson's suggestion.
Added CABFEV_Sec9_2_8_Date
@christopher-henderson christopher-henderson merged commit f7f6b51 into zmap:master Jun 23, 2024
4 checks passed
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