File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed
Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,12 @@ php vendor/bin/phplint --help
2525+ skip
2626+ memory limit (default: 512M)
2727+ async processes (default: 10)
28- + enable warnings (default: true)
29- + enable notice (default: true)
30- + ignore exit code (default: false)
31- + ignore process bar (default: false)
28+ + async processes timeout (default: 60)
29+ + console warnings (default: true)
30+ + console notice (default: true)
31+ + cache class (default: Symfony\Component\Cache\Adapter\FilesystemAdapter)
32+ + no exit code (default: false)
33+ + no process bar (default: false)
3234
3335## Development for PHPLint
3436
@@ -53,7 +55,8 @@ composer complete-check
5355### To-do list for version 1.0.0
5456+ [x] add symfony cache-system
5557+ [x] refactor LintConsoleOutput class
56- + [ ] refactor LintConfig class
58+ + [x] refactor LintConfig class
59+ + [ ] skip classes
5760
5861## Feedback and Contributions
5962I welcome feedback, bug reports and contributions from the community!
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ final class LintApplication extends BaseApplication
2828 /**
2929 * @var string
3030 */
31- public const VERSION = '0.2.1 ' ;
31+ public const VERSION = '0.3.0 ' ;
3232
3333 public function __construct (
3434 LintCommand $ lintCommand ,
You can’t perform that action at this time.
0 commit comments