aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/com/puppycrawl/tools/checkstyle/checks/translation/OutputTranslationCheckLinux.xml
blob: 34a16cbbea57995e57fa8a97f5d22841c1f664bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<checkstyle version="8.3-SNAPSHOT">
<file name="path_to_file/InputTranslationCheckFireErrors.properties">
</file>
<file name="path_to_file/InputTranslationCheckFireErrors_de.properties">
</file>
<file name="path_to_file">
<error line="0" severity="error" message="%s" source="com.puppycrawl.tools.checkstyle.checks.TranslationCheck"/>
</file>
<file name="path_to_file/InputTranslationCheckFireErrors.properties">
</file>
<file name="path_to_file/InputTranslationCheckFireErrors_de.properties">
<error line="0" severity="error" message="%s" source="com.puppycrawl.tools.checkstyle.checks.TranslationCheck"/>
</file>
</checkstyle>