Skip to content

Commit 46cb0a9

Browse files
authored
Merge pull request #79 from tighten/adc/release-0.7.0
Update for `0.7.0` release
2 parents c59fbd2 + 7464ba6 commit 46cb0a9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: composer install
4040

4141
- name: Run Duster
42-
run: ./builds/duster --lint --using="tlint,phpcodesniffer,phpcsfixer,pint"
42+
run: ./builds/duster lint --using="tlint,phpcodesniffer,phpcsfixer,pint"
4343

4444
- name: Run PHPStan
4545
run: vendor/bin/phpstan

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,12 @@ The key is the name of the command (used with the `--using` flag), and the value
9292
}
9393
```
9494

95-
Duster will pick these up automatically when running either `--lint` or `--fix`.
95+
Duster will pick these up automatically when running either `lint` or `fix`.
9696

9797
To customize which tools Duster runs, or the order in which they are executed you can use the `--using` flag and supply a comma-separated list of commands:
9898

9999
```bash
100-
./vendor/bin/duster --lint --using="phpstan,tlint,pint"
100+
./vendor/bin/duster lint --using="phpstan,tlint,pint"
101101
```
102102

103103
### TLint

builds/duster

5.15 KB
Binary file not shown.

config/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
|
2727
*/
2828

29-
'version' => '0.6.0',
29+
'version' => '0.7.0',
3030

3131
/*
3232
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)