Skip to content

Commit 3b355e0

Browse files
authored
Merge pull request #3 from wallabag/remove-kphoen-rusty
Remove kphoen/rusty
2 parents 867e89e + c8f614f commit 3b355e0

File tree

4 files changed

+1
-8
lines changed

4 files changed

+1
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,3 @@ jobs:
3838
run: composer install --optimize-autoloader --no-interaction
3939

4040
- run: make tests
41-
42-
- run: make rusty

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ tests: phpspec behat
33
release:
44
./bin/RMT release
55

6-
rusty:
7-
php ./bin/rusty check --bootstrap-file=./vendor/autoload.php src
8-
php ./bin/rusty check --no-execute doc
9-
106
behat:
117
php ./bin/behat --colors -vvv
128

composer.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@
4444

4545
"behat/behat": "~3.0",
4646

47-
"kphoen/rusty": "dev-master",
48-
4947
"liip/rmt": "^1.2"
5048
},
5149
"suggest": {

tests/spec/RulerZ/Parser/ParserSpec.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ public function invalidRules()
6464
'> 30',
6565
'name[0] = "a"',
6666
'name.foo() = "a"',
67+
'foo = ',
6768
];
6869
}
6970

0 commit comments

Comments
 (0)