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

when there is to much spaces "No space after token" message is displayed #330

Open
aiwaniuk opened this issue Feb 1, 2019 · 0 comments
Open

Comments

@aiwaniuk
Copy link

aiwaniuk commented Feb 1, 2019

I just lost 10 minutes because of this. I had double space after token instead of single one and when build failed,I spent time on debugging why builder is not using most recent version of code.
It was not easy to spot that after "=" were two spaces instead of one, but clearly there was a space there so I assumed that issue is with not properly saved file or something.
I think we need better message here.

ensure.single.space.after.token.message = "No space after token {0}"

ensure.single.space.after.token.message = "No space after token {0}"
ensure.single.space.after.token.label = "No space after tokens"
ensure.single.space.after.token.description = "Ensure single space after certain token(s)"
ensure.single.space.after.token.tokens.label = "Tokens"
ensure.single.space.after.token.tokens.description = "Comma separated list, default value COLON, IF"
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

No branches or pull requests

1 participant