-
-
Notifications
You must be signed in to change notification settings - Fork 13
Improvements and bugfixes #31
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
Conversation
petrparolek
commented
Jan 25, 2022
- upgraded PHPStan
- downgraded ninjify/coding-standard
- upgraded PHPStan - downgraded ninjify/coding-standard
"ninjify/coding-standard": "^0.12" | ||
"phpstan/phpstan": "^1.0", | ||
"phpstan/phpstan-strict-rules": "^1.0", | ||
"ninjify/coding-standard": "^0.11" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Proc 0.11?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
opravím
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
root@7c4d2bf04b30:~/repos/contributte-datagrid-nette-database-data-source# make qa
vendor/bin/phpstan analyse -l 8 -c phpstan.neon --memory-limit=512M src
3/3 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
[OK] No errors
vendor/bin/phpcs --standard=ruleset.xml --extensions=php,phpt --tab-width=4 --ignore=temp -sp src tests
ERROR: Referenced sniff "SlevomatCodingStandard.Namespaces.FullyQualifiedClassNameAfterKeyword" does not exist
Run "phpcs --help" for usage information
make: *** [Makefile:9: cs] Error 3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Odmaz FullyQualifiedClassNameAfterKeyword z ruleset.xml a pripadne dalsi co delaji problemy.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
jak? Vždyt toto tam není
Makefile
Outdated
|
||
phpstan: | ||
vendor/bin/phpstan analyse -l max -c phpstan.neon --memory-limit=512M src | ||
vendor/bin/phpstan analyse -l 8 -c phpstan.neon --memory-limit=512M src |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Presunes to do configu, prosim?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK
f3b7bc6
to
14e430c
Compare