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

Change subject: Release 0.10.0
......................................................................

Release 0.10.0

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


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

diff --git a/HISTORY.md b/HISTORY.md
index 7901d23..f9dd697 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,5 +1,19 @@
 # MediaWiki-Codesniffer release history #
 
+## 0.10.0 / 2017-07-01 ##
+* Add sniff to prevent against using PHP 7's Unicode escape syntax (Kunal 
Mehta)
+* Add sniff to verify type-casts use the short form (bool, int) (Kunal Mehta)
+* Add sniff for `&$this` that causes warnings in PHP 7.1 (Kunal Mehta)
+* Clean up DbrQueryUsageSniff (Umherirrender)
+* Ensure all FunctionComment sniff codes are standard (Kunal Mehta)
+* Exclude common folders (Umherirrender)
+* Fix handling of nested parenthesis in ParenthesesAroundKeywordSniff (Kunal 
Mehta)
+* IllegalSingleLineCommentSniff: Check return value of strrpos strictly (Kunal 
Mehta)
+* Improve handling of multi-line class declarations (Kunal Mehta)
+* Include sniff warning/error codes in test output (Kunal Mehta)
+* Make DisallowEmptyLineFunctionsSniff apply to closures too (Kunal Mehta)
+* Use correct notation for UTF-8 (Umherirrender)
+
 ## 0.9.0 / 2017-06-19 ##
 * Add sniff to enforce "function (" for closures (Kunal Mehta)
 * Add usage of && in generic_pass (addshore)
diff --git a/README.md b/README.md
index c2d477b..1abc85d 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@
     ```
     {
        "require-dev": {
-               "mediawiki/mediawiki-codesniffer": "0.9.0"
+               "mediawiki/mediawiki-codesniffer": "0.10.0"
        },
        "scripts": {
                "test": [

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ida95cfb5ac64e259b08400b5251d4b29d7a22c5f
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