Skip to content

Commit

Permalink
[general] Packages cleaning (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 26, 2024
1 parent 2bfbeb3 commit 2e76e7c
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 888 deletions.
885 changes: 10 additions & 875 deletions .editorconfig

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

# FastyBird IoT Thermostat Device addon

[![Build Status](https://img.shields.io/github/actions/workflow/status/FastyBird/virtual-thermostat-addon/ci.yaml?style=flat-square)](https://github.com/FastyBird/virtual-thermostat-addon/actions)
[![Licence](https://img.shields.io/github/license/FastyBird/virtual-thermostat-addon?style=flat-square)](https://github.com/FastyBird/virtual-thermostat-addon/blob/main/LICENSE.md)
[![Code coverage](https://img.shields.io/coverallsCoverage/github/FastyBird/virtual-thermostat-addon?style=flat-square)](https://coveralls.io/r/FastyBird/virtual-thermostat-addon)
[![Build Status](https://flat.badgen.net/github/checks/FastyBird/virtual-thermostat-addon/main?cache=300&style=flat-square)](https://github.com/FastyBird/virtual-thermostat-addon/actions)
[![Licence](https://flat.badgen.net/github/license/FastyBird/virtual-thermostat-addon?cache=300&style=flat-square)](https://github.com/FastyBird/virtual-thermostat-addon/blob/main/LICENSE.md)
[![Code coverage](https://flat.badgen.net/coveralls/c/github/FastyBird/virtual-thermostat-addon?cache=300&style=flat-square)](https://coveralls.io/r/FastyBird/virtual-thermostat-addon)
[![Mutation testing](https://img.shields.io/endpoint?style=flat-square&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2FFastyBird%2Fvirtual-thermostat-addon%2Fmain)](https://dashboard.stryker-mutator.io/reports/github.com/FastyBird/virtual-thermostat-addon/main)

![PHP](https://badgen.net/packagist/php/FastyBird/virtual-thermostat-addon?cache=300&style=flat-square)
[![Latest stable](https://badgen.net/packagist/v/FastyBird/virtual-thermostat-addon/latest?cache=300&style=flat-square)](https://packagist.org/packages/FastyBird/virtual-thermostat-addon)
[![Downloads total](https://badgen.net/packagist/dt/FastyBird/virtual-thermostat-addon?cache=300&style=flat-square)](https://packagist.org/packages/FastyBird/virtual-thermostat-addon)
[![PHPStan](https://img.shields.io/badge/PHPStan-enabled-brightgreen.svg?style=flat-square)](https://github.com/phpstan/phpstan)
![PHP](https://flat.badgen.net/packagist/php/FastyBird/virtual-thermostat-addon?cache=300&style=flat-square)
[![Latest stable](https://flat.badgen.net/packagist/v/FastyBird/virtual-thermostat-addon/latest?cache=300&style=flat-square)](https://packagist.org/packages/FastyBird/virtual-thermostat-addon)
[![Downloads total](https://flat.badgen.net/packagist/dt/FastyBird/virtual-thermostat-addon?cache=300&style=flat-square)](https://packagist.org/packages/FastyBird/virtual-thermostat-addon)
[![PHPStan](https://flat.badgen.net/static/PHPStan/enabled/green?cache=300&style=flat-square)](https://github.com/phpstan/phpstan)

***

Expand Down
6 changes: 6 additions & 0 deletions tools/phpstan.config.src.neon
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,9 @@ parameters:

bootstrapFiles:
- phpstan-bootstrap.php

ignoreErrors:
-
message: '#^Parameter \#1 \$value of function strval expects bool\|float\|int\|resource\|string\|null, mixed given.#'
path: ../src/Commands/Install.php
count: 6
6 changes: 6 additions & 0 deletions tools/phpstan.config.tests.neon
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@ parameters:

scanDirectories:
- ../src

ignoreErrors:
-
message: '#^Return type of call to method PHPUnit\\Framework\\TestCase::createMock\(\) contains unresolvable type.#'
path: ../tests/cases/unit/Drivers/ThermostatTest.php
count: 2
3 changes: 0 additions & 3 deletions tools/phpstan.src.neon
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,3 @@ includes:

parameters:
resultCachePath: %currentWorkingDirectory%/var/tools/PHPStan/resultCache.src.php

ignoreErrors:
- message: '#^Parameter \#1 \$value of function strval expects bool\|float\|int\|resource\|string\|null, mixed given.#'
3 changes: 0 additions & 3 deletions tools/phpstan.tests.neon
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,3 @@ includes:

parameters:
resultCachePath: %currentWorkingDirectory%/var/tools/PHPStan/resultCache.tests.php

ignoreErrors:
- message: '#^Return type of call to method PHPUnit\\Framework\\TestCase::createMock\(\) contains unresolvable type.#'

0 comments on commit 2e76e7c

Please sign in to comment.