manu-chroma / username-availability-checker

Live at : https://username-check.herokuapp.com/
96 stars 36 forks source link

Remove unnecessary quotes from websites.yml #116

Closed jayvdb closed 5 years ago

jayvdb commented 5 years ago

This repository has a websites.yml , which has quite a few unnecessary quotes in it.

Where quotes are necessary, they should be ' single quotes, not double quotes.

To do this task, install pip package yamllint , and run it on the websites.yml file after you have made changes so it can verify your yaml is still valid yaml.