Skip to content

Commit

Permalink
added allowed_fixme_codes_strict
Browse files Browse the repository at this point in the history
  • Loading branch information
ytake committed Jul 3, 2020
1 parent 4a2b3ae commit 4a14717
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .hhconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ disable_lval_as_an_expression = true
new_inference_lambda = true
error_php_lambdas = true
allowed_decl_fixme_codes=2053,4045,4047
allowed_fixme_codes_strict=2011,2049,2050,2053,2083,3004,3084,4027,4045,4047,4104,4106,4108,4110,4119,4128,4135,4188,4223,4240,4248,4323,4200
allowed_fixme_codes_strict=2011,2049,2050,2053,2083,3004,3084,4027,4045,4047,4104,4106,4107,4108,4110,4119,4128,4135,4188,4223,4240,4248,4323,4200
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ env:
- DOCKER_COMPOSE_VERSION=1.25.1
matrix:
- HHVM_VERSION=4.62.0
- HHVM_VERSION=4.64.0
- HHVM_VERSION=latest
before_install:
- sudo rm /usr/local/bin/docker-compose
Expand Down

0 comments on commit 4a14717

Please sign in to comment.