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

Yaml check: Fail if there is a filler but no %s term provided #48

Open
matentzn opened this issue May 2, 2019 · 2 comments
Open

Yaml check: Fail if there is a filler but no %s term provided #48

matentzn opened this issue May 2, 2019 · 2 comments
Assignees

Comments

@matentzn
Copy link
Collaborator

matentzn commented May 2, 2019

Right now, this is allowed:

text: "hello %"
- var

Happens very very often with hand crafted patterns, and the error message happens waaaay too late in the process (at pattern compile time), and is not readable.

@dosumis dosumis self-assigned this Jun 17, 2019
@dosumis
Copy link
Collaborator

dosumis commented Jun 17, 2021

Clarification needed - Is this for cases where you accidentally write % instead of %s ?

@matentzn
Copy link
Collaborator Author

yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants