icyleaf / markd

Yet another markdown parser, Compliant to CommonMark specification, written in Crystal.
MIT License
109 stars 30 forks source link

refactor(*): integrate ameba linting #58

Closed devnote-dev closed 1 year ago

devnote-dev commented 1 year ago

Integrates Ameba into the codebase with coverage for the majority of linting rules. Excluded ones either required too many changes or were potentially damaging.

devnote-dev commented 1 year ago

CI is failing because it's trying to install development dependencies which isn't needed for this, but the actual CI check run successfully. Merging #59 would solve this.

devnote-dev commented 1 year ago

Closing due to lack of interest/motivation.