Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency squizlabs/php_codesniffer to v3.5.5 #187

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Apr 18, 2020

This PR contains the following updates:

Package Type Update Change
squizlabs/php_codesniffer require-dev patch 3.5.4 -> 3.5.5

Release Notes

squizlabs/PHP_CodeSniffer

v3.5.5

Compare Source

  • The T_FN backfill now works more reliably so T_FN tokens only ever represent real arrow functions
    • Thanks to Juliette Reinders Folmer for the patch
  • Fixed an issue where including sniffs using paths containing multiple dots would silently fail
  • Generic.CodeAnalysis.EmptyPHPStatement now detects empty statements at the start of control structures
  • Error wording in PEAR.Functions.FunctionCallSignature now always uses "parenthesis" instead of sometimes using "bracket"
    • Thanks to Vincent Langlet for the patch
  • Fixed bug #​2787 : Squiz.PHP.DisallowMultipleAssignments not ignoring typed property declarations
    • Thanks to Juliette Reinders Folmer for the patch
  • Fixed bug #​2810 : PHPCBF fails to fix file with empty statement at start on control structure
  • Fixed bug #​2812 : Squiz.Arrays.ArrayDeclaration not detecting some arrays with multiple arguments on the same line
    • Thanks to Jakub Chábek for the patch
  • Fixed bug #​2826 : Generic.WhiteSpace.ArbitraryParenthesesSpacing doesn't detect issues for statements directly after a control structure
    • Thanks to Vincent Langlet for the patch
  • Fixed bug #​2848 : PSR12.Files.FileHeader false positive for file with mixed PHP and HTML and no file header
  • Fixed bug #​2849 : Generic.WhiteSpace.ScopeIndent false positive with arrow function inside array
  • Fixed bug #​2850 : Generic.PHP.LowerCaseKeyword complains __HALT_COMPILER is uppercase
  • Fixed bug #​2853 : Undefined variable error when using Info report
    • Thanks to Juliette Reinders Folmer for the patch
  • Fixed bug #​2865 : Double arrow tokenized as T_STRING when placed after function named "fn"
  • Fixed bug #​2867 : Incorrect scope matching when arrow function used inside IF condition
  • Fixed bug #​2868 : phpcs:ignore annotation doesnt work inside a docblock
  • Fixed bug #​2878 : PSR12.Files.FileHeader conflicts with Generic.Files.LineEndings
  • Fixed bug #​2895 : PSR2.Methods.FunctionCallSignature.MultipleArguments false positive with arrow function argument

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

cyattilakiss
cyattilakiss previously approved these changes Apr 20, 2020
@cyattilakiss
Copy link
Contributor

Let's make a decision about the supported versions soon

Aleffio
Aleffio previously approved these changes Apr 21, 2020
@renovate-bot renovate-bot dismissed stale reviews from Aleffio and cyattilakiss via aca40b1 May 19, 2020 08:17
@renovate-bot renovate-bot force-pushed the renovate/squizlabs-php_codesniffer-3.x branch from 96a88b1 to aca40b1 Compare May 19, 2020 08:17
@msilvagarcia msilvagarcia merged commit e97baa7 into Adyen:develop May 19, 2020
@renovate-bot renovate-bot deleted the renovate/squizlabs-php_codesniffer-3.x branch May 19, 2020 12:30
@acampos1916 acampos1916 mentioned this pull request May 20, 2020
acampos1916 added a commit that referenced this pull request May 20, 2020
* Update README.md

* Update dependency phpunit/phpunit to v9.0.2

* Update dependency phpunit/phpunit to v9.1.1 (#180)

* remove duplicated classmap (#185)

* fix client types declarations (#186)

* added .gitattributes to remove useless files for production from package (#184)

* Create SECURITY.md

Create a security policy as per GitHub recommendation

* update readme with a link to contact support

* [PW-2387]: IP validation function  (#193)

* [PW-2387]: IP address validation util class

* [PW-2387]: Removing reverse-resolve function

* [PW-2387]: Fixes

* Update composer.lock (#182)

Renovate bot missed this on pull request #180. Manually updated it for now.

Rewrote several tests to make it work.

* Create a GitHub Actions workflow

* Fix PHP CodeSniffer problems

* Fix PHP CodeSniffer problems

* Update SonarCloud settings

* Generate coverage reports

* Fix SonarCloud configuration

* Improve reporting relevancy

* Update dependency squizlabs/php_codesniffer to v3.5.5 (#187)

* Update dependency phpunit/phpunit to v9.1.4 (#191)

* Version bump to 6.2.0

* Update README.md

* Add Code Coverage metrics to SonarCloud (#195)

PHPUnit generates the Clover coverage files with absolute file paths, and I couldn't find a way to change that. So, instead, I set up a step in the Continuous Integration workflow to clean up the report files after it runs.

Co-authored-by: Alessio Zampatti <[email protected]>
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: cyattilakiss <[email protected]>
Co-authored-by: Vitaliy Ryaboy <[email protected]>
Co-authored-by: Marcos Garcia <[email protected]>
Co-authored-by: Rik ter Beek <[email protected]>
Co-authored-by: marcoss <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants