Skip to content
This repository has been archived by the owner on Oct 1, 2023. It is now read-only.

Commit

Permalink
Update HHAST. Lint-clean
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Nov 29, 2018
1 parent 898acc4 commit 54618da
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 14 deletions.
3 changes: 2 additions & 1 deletion .travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ composer install --ignore-platform-reqs
hh_client

hhvm vendor/bin/hacktest tests/
hhvm vendor/bin/hhast-lint
# Circular dependency that needs updating
# hhvm vendor/bin/hhast-lint
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"hhvm/hsl-experimental": "^3.29"
},
"require-dev": {
"hhvm/hhast": "^3.29",
"hhvm/hhast": "dev-master",
"facebook/fbexpect": "^2.1.0",
"hhvm/hacktest": "^1.0.0"
}
Expand Down
23 changes: 13 additions & 10 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/TestLib/StringInput.hh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

namespace Facebook\CLILib\TestLib;

use type Facebook\CLILib\InputInterface;
use namespace HH\Lib\{Math, Str};
use namespace HH\Lib\Experimental\IO;

Expand Down
1 change: 0 additions & 1 deletion src/TestLib/StringOutput.hh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

namespace Facebook\CLILib\TestLib;

use type Facebook\CLILib\OutputInterface;

use namespace HH\Lib\Str;
use namespace HH\Lib\Experimental\IO;
Expand Down

0 comments on commit 54618da

Please sign in to comment.