-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdocbookcs.xml.dist
More file actions
35 lines (30 loc) · 1.24 KB
/
docbookcs.xml.dist
File metadata and controls
35 lines (30 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="UTF-8"?>
<docbookcs xmlns="https://php.github.io/docbook-cs/config"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="https://php.github.io/docbook-cs/config
https://php.github.io/docbook-cs/config.xsd">
<sniffs>
<sniff class="DocbookCS\Sniff\SimparaSniff">
<!-- Optionally add extra block elements that your project uses -->
<!-- <property name="additionalBlockElements" value="custom-block" /> -->
</sniff>
<sniff class="DocbookCS\Sniff\ExceptionNameSniff">
<!-- Optionally add extra suffixes or exact names -->
<!-- <property name="additionalSuffixes" value="Fault" /> -->
<!-- <property name="additionalExactNames" value="PDOException" /> -->
</sniff>
<sniff class="DocbookCS\Sniff\AttributeOrderSniff" />
</sniffs>
<paths>
<path>reference</path>
<path>language</path>
</paths>
<exclude>
<pattern>*/skeleton.xml</pattern>
<pattern>*/.git/*</pattern>
</exclude>
<entities>
<directory>../doc-base/entities</directory>
<file>entities/global.ent</file>
</entities>
</docbookcs>