Skip to content

Commit

Permalink
Merge pull request #3 from wallabag/remove-kphoen-rusty
Browse files Browse the repository at this point in the history
Remove kphoen/rusty
  • Loading branch information
yguedidi authored Dec 17, 2023
2 parents 867e89e + c8f614f commit 3b355e0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 8 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,3 @@ jobs:
run: composer install --optimize-autoloader --no-interaction

- run: make tests

- run: make rusty
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ tests: phpspec behat
release:
./bin/RMT release

rusty:
php ./bin/rusty check --bootstrap-file=./vendor/autoload.php src
php ./bin/rusty check --no-execute doc

behat:
php ./bin/behat --colors -vvv

Expand Down
2 changes: 0 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@

"behat/behat": "~3.0",

"kphoen/rusty": "dev-master",

"liip/rmt": "^1.2"
},
"suggest": {
Expand Down
1 change: 1 addition & 0 deletions tests/spec/RulerZ/Parser/ParserSpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ public function invalidRules()
'> 30',
'name[0] = "a"',
'name.foo() = "a"',
'foo = ',
];
}

Expand Down

0 comments on commit 3b355e0

Please sign in to comment.