Legoktm has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/360094 )

Change subject: Release 0.9.0
......................................................................

Release 0.9.0

Change-Id: Id322c922e30f299c2f5d832d1b3fa367dd257ee3
---
M HISTORY.md
M README.md
2 files changed, 18 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/tools/codesniffer 
refs/changes/94/360094/1

diff --git a/HISTORY.md b/HISTORY.md
index 32a28fd..7901d23 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,5 +1,22 @@
 # MediaWiki-Codesniffer release history #
 
+## 0.9.0 / 2017-06-19 ##
+* Add sniff to enforce "function (" for closures (Kunal Mehta)
+* Add usage of && in generic_pass (addshore)
+* Disallow `and` and `or` (Kunal Mehta)
+* Don't require documentation for constructors without parameters (Kunal Mehta)
+* Don't require documentation for '__toString' (Kunal Mehta)
+* Don't require return/throws/param for doc blocks with @inheritDoc (Kunal 
Mehta)
+* Expand list of standard methods that don't need documentation (Kunal Mehta)
+* Fix FunctionComment.Missing sniff code (Kunal Mehta)
+* Fix indentation (Umherirrender)
+* Fix WhiteSpace/SpaceAfterClosureSniff (Antoine Musso)
+* Make sure all files end with a newline (Kunal Mehta)
+* test: ensure consistent report width (Antoine Musso)
+* Update for CodeSniffer 3.0 (Kunal Mehta)
+* Update squizlabs/PHP_CodeSniffer to 3.0.1 (Reedy)
+* Use upstream CharacterBeforePHPOpeningTag sniff (Kunal Mehta)
+
 ## 0.8.0 / 2017-05-03 ##
 * Add sniff for cast operator spacing (Sam Wilson)
 * Allow filtering documentation requirements based on visibility (Kunal Mehta)
diff --git a/README.md b/README.md
index f737508..c61d96a 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@
     ```
     {
        "require-dev": {
-               "mediawiki/mediawiki-codesniffer": "0.8.0"
+               "mediawiki/mediawiki-codesniffer": "0.9.0"
        },
        "scripts": {
                "test": [

-- 
To view, visit https://gerrit.wikimedia.org/r/360094
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id322c922e30f299c2f5d832d1b3fa367dd257ee3
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/tools/codesniffer
Gerrit-Branch: master
Gerrit-Owner: Legoktm <lego...@member.fsf.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to