mirror of
https://github.com/konpa/devicon.git
synced 2025-08-06 14:46:46 +02:00
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>
This commit is contained in:
@@ -187,6 +187,12 @@ function configOptionCallback(file) {
|
||||
},
|
||||
{
|
||||
removeDimensions: true // remove height and width
|
||||
},
|
||||
{
|
||||
name: "removeAttrs",
|
||||
params: {
|
||||
attrs: "svg:(x|y)"
|
||||
}
|
||||
}
|
||||
]
|
||||
};
|
||||
|
Reference in New Issue
Block a user