intel / cve-bin-tool

The CVE Binary Tool helps you determine if your system includes known vulnerabilities. You can scan binaries for over 200 common, vulnerable components (openssl, libpng, libxml2, expat and others), or if you know the components used, you can get a list of known vulnerabilities associated with an SBOM or a list of components and versions.
https://cve-bin-tool.readthedocs.io/en/latest/
GNU General Public License v3.0
1.14k stars 445 forks source link

Choose a code style for our HTML code. #816

Open Niraj-Kamdar opened 3 years ago

Niraj-Kamdar commented 3 years ago

We currently don't have any code style for our HTML. It would be nice if we fix one code style (like we selected black for our python code). We should also add style checker in the CI.

terriko commented 3 years ago

I think this is probably a good idea -- black has worked out reasonably well for us -- but I haven't looked at autoformatters for html so I don't know what to suggest yet. Anyone got one they love? or hate?

imsahil007 commented 3 years ago

I think we can use this. It doesn't work on CSS and JS though.