Skip to content

feat: check bank names for non-standard characters - #1398

Open
c-dilks wants to merge 1 commit into
developmentfrom
bank-name-check
Open

feat: check bank names for non-standard characters#1398
c-dilks wants to merge 1 commit into
developmentfrom
bank-name-check

Conversation

@c-dilks

@c-dilks c-dilks commented Aug 25, 2026

Copy link
Copy Markdown
Member

No description provided.

Comment on lines +160 to +162
if spec['name'].gsub(/::/, '').match? /:/ # FIXME: won't catch `::::`, `::::::`, etc.
raise "bank '#{spec['name']}' has unexpected colon(s)"
end

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.

need to decide on #1399 if we want to enforce double colons here

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