![JAR search and dependency download from the Maven repository](/logo.png)
org.sonar.l10n.web.rules.Web.HeaderCheck.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sonar-web-plugin Show documentation
Show all versions of sonar-web-plugin Show documentation
Analyze HTML (also within PHP/Ruby/etc. templates) and JSP/JSF code.
The newest version!
Each source file should start with a header stating file ownership and the license which must be used to distribute the application.
This rule must be fed with the header text that is expected at the beginning of every file.
Noncompliant Code Example
<html> <!-- Non-Compliant -->
...
</html>
Compliant Solution
<!-- Copyright 2013 SonarSource SA --> <!-- Compliant -->
<html>
...
</html>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy