File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -182,12 +182,12 @@ For **notes and configuration** see [`/inpsyde-custom-sniffs.md`](/inpsyde-custo
182
182
183
183
-------------
184
184
185
- ## Templates Rules
185
+ ## Template Rules
186
186
187
- InpsydeTemplates ruleset extends Inpsyde ruleset apart from several rules that doesn't make sense in
188
- the templating context. Several template-specific sniffs are added .
187
+ The ` InpsydeTemplates ` ruleset extends the standard ` Inpsyde ` ruleset with some template-specific
188
+ sniffs while disabling some rules that are not useful in templating context .
189
189
190
- The recommended way of using InpsydeTemplates ruleset:
190
+ The recommended way to use the ` InpsydeTemplates ` ruleset is as follows :
191
191
192
192
``` xml
193
193
<ruleset >
@@ -208,13 +208,13 @@ The recommended way of using InpsydeTemplates ruleset:
208
208
</ruleset >
209
209
```
210
210
The following Inpsyde rules are disabled:
211
- * NoElse
211
+ * ` NoElse `
212
212
213
213
The following templates-specific rules are available:
214
214
215
- | Sniff name | Description | Has Config | Auto-Fixable |
216
- | :--------------------| :------------------------------------------------| :----------:| :------------:|
217
- | ` TrailingSemicolon ` | Remove trailing semicolon before close PHP tag. | | ✓ |
215
+ | Sniff name | Description | Has Config | Auto-Fixable |
216
+ | :--------------------| :-------------------------------------------------- | :----------:| :------------:|
217
+ | ` TrailingSemicolon ` | Remove trailing semicolon before closing PHP tag. | | ✓ |
218
218
219
219
# Removing or Disabling Rules
220
220
You can’t perform that action at this time.
0 commit comments