assemblygood first issue
Metriche repository
- Star
- (753 stelle)
- Metriche merge PR
- (Merge medio 6g 2h) (71 PR mergiate in 30 g)
Descrizione
The assembler currently warns about unused imports and unused docstrings, but not about unused constants.
We use warnings_as_errors in the protocol to make sure we have no unused imports and the same would be nice to have for constants (e.g. no longer used error constants).
Of course, this is not of very high priority.