My_Linter is a linter that provides feedback if HTML best practices are not met.
The Linter is for beginners who are not familiar with the CSS best practices. There are so many recommended practices for CSS but this linter focus on the basic requirement to have a good CSS syntax.
- The Linter checks if doctype is declared at the beginning of the file.
- It checks if meta tag description is declared.
- It checks if head tag is found.
- It checks if body contents are found.
- It checks if ul tag is found.
- It checks if lang attribute is found and that it is not too long.
- It checks that no elements have an inline style
- Ruby.
To get a local copy running follow these simple example steps.
- Ruby
- Colorize
- Nokogiri
Fork this project to your local machine Clone the repo on your local machine Cd into the folder
Run this command line: bin/main.rb
👤 Rahma Halane
- Github: @Imahnama
- Twitter: @halane_rahma
- Linkedin: Rahmahalane
Contributions, issues and feature requests are all welcome! Start by:
- Forking the project
- Cloning the project to your local machine
- cd into the project directory
- Run git checkout -b your-branch-name
- Make your contributions
- Push your branch up to your forked repository
- Open a Pull Request with a detailed description to the develop branch of the original project for a review
- Please feel free to contribute to any of these!
Feel free to check the issues/.
Give a ⭐️ if you like this project!!
- Microverse
- Adewale Modupe
- Ruby Guides
No Licence