Java library for parsing report files from static code analysis.
-
Updated
Oct 4, 2024 - Java
Java library for parsing report files from static code analysis.
CSS complexity linter
A CSS linter capable of identifying errors in CSS code built with Ruby.
This is a CSS linter made with Ruby to check for some basic styling rules on any CSS files found in a project folder. The linter will check a file in a specific path passed as an argument or look for all the files in the project and check them if no path is provided, and will give a report via the command line of what it found.
This is a Ruby capstone project provided by Microverse for learning purposes. For this project I have created a CSS-Linter with 4 rules ie no-duplicate-selectors, valid-units, lenght-zero-no-unit and selector-typecase.
Add a description, image, and links to the css-linter topic page so that developers can more easily learn about it.
To associate your repository with the css-linter topic, visit your repo's landing page and select "manage topics."