Skip to content
This repository was archived by the owner on Jun 22, 2021. It is now read-only.

Commit c8d7b2a

Browse files
Merge branch 'release/0.3.0'
2 parents e5a8fcb + 3f399c2 commit c8d7b2a

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
66

77
## Unreleased
88

9+
## 0.3.0 (2018-09-10)
10+
11+
### Changed
12+
13+
- Ignore empty line(s) after inline comment
14+
915
## 0.2.0 (2018-09-06)
1016

1117
### Changed

ruleset.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
<exclude name="Squiz.Commenting.FunctionComment.InvalidReturn"/>
6161
<exclude name="Squiz.Commenting.FunctionCommentThrowTag.Missing"/>
6262
<exclude name="Squiz.Commenting.InlineComment.InvalidEndChar"/>
63+
<exclude name="Squiz.Commenting.InlineComment.SpacingAfter"/>
6364
<exclude name="Squiz.Commenting.LongConditionClosingComment.Missing"/>
6465
<exclude name="Squiz.Commenting.VariableComment.IncorrectVarType"/>
6566
<exclude name="Squiz.ControlStructures.InlineIfDeclaration.NoBrackets"/>

0 commit comments

Comments
 (0)