All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sonar.l10n.xml.properties Maven / Gradle / Ivy

rule.xml.IllegalTabCheck.name=Tabulation characters should not be used
rule.xml.IllegalTabCheck.param.markAll=Mark all tab errors
rule.xml.IndentCheck.name=Source code should be indented consistently
rule.xml.IndentCheck.param.indentSize=Number of white-spaces of an indent. If this property is not set, we just check that the code is indented.
rule.xml.IndentCheck.param.tabSize=Equivalent number of spaces of a tabulation
rule.xml.NewlineCheck.name=Newlines should follow each element
rule.xml.XmlSchemaCheck.name=XML schemas should be valid
rule.xml.XmlSchemaCheck.param.filePattern=Files to be validated using Ant-style matching patterns.
rule.xml.XmlSchemaCheck.param.schemas=Whitespace-separated list of schemas to use for validation.
rule.xml.XPathCheck.name=XPath rule
rule.xml.XPathCheck.param.expression=The XPath query
rule.xml.XPathCheck.param.filePattern=Files to be validated using Ant-style matching patterns.
rule.xml.XPathCheck.param.message=The issue message
rule.xml.S1778.name=XML files containing a prolog header should start first with "




© 2015 - 2024 Weber Informatics LLC | Privacy Policy