exercism / exercism/elm-analyzer
Implement the tags feature
- Dominant language
- Elm
- Stars
- 1
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Please read https://github.com/exercism/elm/issues/632 first, this issue focuses on implementation.
This issue is a roadmap of things left to do before we can ship the tags feature:
- [x] Implement the framework for extracting tags using `elm-review --extract` (#79)
- [ ] Implement all tags listed in [this spreadsheet](https://docs.google.com/spreadsheets/d/19CjjptwoX3yjl-ra_q65oXgYgENzyys0UzHQXaGJqUc/edit#gid=0). This can be done in small chunks. New tags can be freely added there, if you want to remove tags, we can discuss it on this issue for better visibility, or in PRs
- [ ] Add mechanism for ignoring editor and exemploid files. Either using the config file (preferred) or a naming convention
- [ ] Add better smoke tests. In particular, check that editor and test files are ignored, and also for the most complex tags (recursion...)
- [ ] Remove `--tags` feature flag. This is the last step and will make the feature go live
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.