Skip to content

Commit

Permalink
Updated fix-script
Browse files Browse the repository at this point in the history
  • Loading branch information
dala318 committed Oct 28, 2024
1 parent 5f29571 commit 6736e09
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion script/fix_icon_use.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ for file in $(git grep --name mdi: -- "$fixpath"); do
done

echo ""
echo "Now manually make sure that all files have the correct import:"
echo "Now manually tidy up the things the script could not fix:"
echo "1. Run \"git status\" to find which filed have been modified"
echo "2. If the file does not contian the following import, add it \"from const import Icons\""
echo "3. Run \"git grep mdi: -- custom_components/waste_collection_schedule/waste_collection_schedule/source/\" to see if there are any remaining icons that can be manually fixed"
echo "4. Run \"./script/check_icon_use.sh\" to see what files should be removed from whitelist in that script"

0 comments on commit 6736e09

Please sign in to comment.