-
Notifications
You must be signed in to change notification settings - Fork 2
/
codestyle.xml
23 lines (23 loc) · 934 Bytes
/
codestyle.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<checkstyle version="3.5.5">
<file name="/Users/smetdenis/Work/projects/jbzoo-ci-report-converter/src/JUnit/JUnitXml.php">
<error line="24"
column="5"
severity="warning"
message="Visibility must be declared on all constants if your project supports PHP 7.1 or later"
source="PSR12.Properties.ConstantVisibility.NotFound"
/>
<error line="44"
column="35"
severity="error"
message="Opening brace should be on a new line"
source="Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine"
/>
<error line="50"
column="1"
severity="error"
message="Expected 1 newline at end of file; 0 found"
source="PSR2.Files.EndFileNewline.NoneFound"
/>
</file>
</checkstyle>