-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,6 @@ brain-games: | |
|
||
validate: | ||
composer validate | ||
|
||
lint: | ||
composer exec --verbose phpcs -- --standard=PSR12 src bin |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
### Hexlet tests and linter status: | ||
[![Actions Status](https://github.com/Egorskov/php-project-45/actions/workflows/hexlet-check.yml/badge.svg)](https://github.com/Egorskov/php-project-45/actions) | ||
[![Actions Status](https://github.com/Egorskov/php-project-45/actions/workflows/hexlet-check.yml/badge.svg)](https://github.com/Egorskov/php-project-45/actions) | ||
[![Maintainability](https://api.codeclimate.com/v1/badges/dd2c59d4a9aaac5fc43a/maintainability)](https://codeclimate.com/github/Egorskov/php-project-45/maintainability) |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,4 @@ require_once __DIR__ . '/../vendor/autoload.php'; | |
use function BrainGames\Cli\greeting; | ||
|
||
greeting(); | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.