nextcloud / twofactor_totp

🔑 Second factor TOTP (RFC 6238) provider for Nextcloud
https://apps.nextcloud.com/apps/twofactor_totp
GNU Affero General Public License v3.0
282 stars 57 forks source link

chore(deps): bump nextcloud/coding-standard from 1.1.1 to v1.2.1 (master) #1495

Open renovate[bot] opened 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
nextcloud/coding-standard 1.1.1 -> 1.2.1 age adoption passing confidence

Release Notes

nextcloud/coding-standard (nextcloud/coding-standard) ### [`v1.2.1`](https://togithub.com/nextcloud/coding-standard/blob/HEAD/CHANGELOG.md#121---2024-02-01) [Compare Source](https://togithub.com/nextcloud/coding-standard/compare/v1.2.0...v1.2.1) ##### Fix - fix: Remove `fully_qualified_strict_types` again by [@​nickvergessen](https://togithub.com/nickvergessen) in [https://github.com/nextcloud/coding-standard/pull/16](https://togithub.com/nextcloud/coding-standard/pull/16) ### [`v1.2.0`](https://togithub.com/nextcloud/coding-standard/blob/HEAD/CHANGELOG.md#120---2024-02-01) [Compare Source](https://togithub.com/nextcloud/coding-standard/compare/v1.1.1...v1.2.0) ##### Added - `array_syntax`: Force short syntax for array - `list_syntax`: Same for list - \~~`fully_qualified_strict_types`: Remove namespace from classname when there is a `use` statement, and add missing backslash for global namespace~~ - Removed in 1.2.1 due to issues - `no_leading_import_slash`: Remove leading slash from `use` statement - `nullable_type_declaration_for_default_null_value`: Add missing `?` on type declaration for parameters defaulting to `null`. This will most likely be needed to avoid warnings in PHP 8.4. - `yoda_style`: forbid yoda style comparision. This replaces `null === $a` by `$a === null`.

Configuration

📅 Schedule: Branch creation - "before 5am on wednesday" in timezone Europe/Vienna, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

â™» 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.



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

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 42.76%. Comparing base (42b9c28) to head (ff8bdef). Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1495 +/- ## ========================================= Coverage 42.76% 42.76% Complexity 100 100 ========================================= Files 19 19 Lines 325 325 ========================================= Hits 139 139 Misses 186 186 ``` | [Flag](https://app.codecov.io/gh/nextcloud/twofactor_totp/pull/1495/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nextcloud) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/nextcloud/twofactor_totp/pull/1495/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nextcloud) | `42.76% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nextcloud#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.