sindresorhus / awesome-lint

Linter for Awesome lists
MIT License
611 stars 59 forks source link

Error caused by two dashes in item #146

Closed liyansong2018 closed 10 months ago

liyansong2018 commented 2 years ago

Awesome lint uses - to separate item link and description by default. Therefore, if item name also contains a dash, it will be considered an error. As if awesome list contributor didn't respect the guidlines?

README.md

- [ArcGIS location services - Postman Workspace](https://www.postman.com/arcgis-developer/workspace/arcgis-location-services) - Official Postman collections to work with the Geocoding & Search API, Routing & Directions API, Demographics & GeoEnrichment API, Data hosting and more.

awesome-lint

  README.md:43:126
  ✖  43:126  List item link and description must be separated with a dash  remark-lint:awesome-list-item

From: https://github.com/Esri/awesome-arcgis-developer/runs/5556738428?check_suite_focus=true

hhkaos commented 2 years ago

Thanks @liyansong2018, it is now fixed. Sorry for the oversight!

liyansong2018 commented 2 years ago

😃 The author doesn't seem to declare that there can't be dashes in the name, so I'm not sure whether this issue should be closed.

hhkaos commented 2 years ago

I understand 👍