INCATools / INCATools/dead_simple_owl_design_patterns
Yaml check: Fail if there is a filler but no %s term provided
Open
pattern_validation
- Dominant language
- Python
- Stars
- 49
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.