1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-17 12:00:56 +02:00
Commit Graph

6 Commits

Author SHA1 Message Date
Jørgen Kalsnes Hagen
c97a0bb00a Only check stroke for icons in devicon.json's font objects (#1491)
Co-authored-by: David Leal <halfpacho@gmail.com>
2023-04-14 11:25:41 -06:00
Jørgen Kalsnes Hagen
67c06f451f Feature/update check icon pr py (#1406)
* add check for 'name' attribute

* add check for 'altnames' attribute

* add extra check for content of aliases field in devicon.json

* Change from single quotes to escaped double quotes

Apply suggestions from code review. Thanks @lunatic-fox

Co-authored-by: Josélio Júnior <76992016+lunatic-fox@users.noreply.github.com>

* Replace ' with \"

Apply suggestions from code review

Co-authored-by: David Leal <halfpacho@gmail.com>

---------

Co-authored-by: Josélio Júnior <76992016+lunatic-fox@users.noreply.github.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
2023-03-17 10:03:40 +01:00
Jørgen Kalsnes Hagen
3d20d58cd3 Feature/sort devicon json and add sort check (#1405)
* indent and sort devicon.json

* add check to see if devicon.json is sorted

* Update devicon.json

Sort `devicon.json`  of commit `77ff589df1fcffde36d9f3239d658046663d5588` from `develop` branch.

* Apply suggestions from code review

* Apply suggestions from code review

Co-authored-by: Josélio Júnior <76992016+lunatic-fox@users.noreply.github.com>

* Update `devicon.json` with eb35d73a01

Co-authored-by: unknown <joseliojrx25@gmail.com>
Co-authored-by: Josélio Júnior <76992016+lunatic-fox@users.noreply.github.com>
2022-12-11 23:18:36 +01:00
Thomas Bui
29ffe6fd83 Fix checkbot's check version issue 2022-03-22 22:13:21 -07:00
Thomas Bui
ba9b395dc6 Fix invalid function name (#1063) 2022-03-14 14:23:08 -07:00
Thomas Bui
bb589370da Update the check-bot (#970)
* Add check for strokes in check-bot

* Add check for svg file name

* Update gulpfile to remove x and y of svg elem

* Revert name changes to err file

* check-bot now check devicon object as well

* Fixed minor bugs

* Improve logging in check_icon

Co-authored-by: David Leal <halfpacho@gmail.com>
2022-03-13 15:02:41 -07:00