0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)C++122 forks (122 forks)auto 404
good first issue
Repository metrics
- Stars
- 216 stars (216 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
The WarningsPolicy is now configurable in ParserConfig as of https://github.com/osrf/sdformat/pull/481. We should add a command-line argument to ign sdf --check and ign sdf --print to set the parsing strictness for those commands.
Contributor guide
- Research direction
- Examine the existing command line parsing in `ign sdf` to understand how flags are added. Look at the ParserConfig class and see how WarningsPolicy is set. Then follow the pattern to add a new flag like ` check strictness` or similar.
- Tech stack
- cpp
- Domain
- apicli
- Issue type
- Feature
- Prerequisites
- GitC++