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

Commit

Permalink
Explicitly ignore vendor/bin to not need to bump the minimum version
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Jan 7, 2022
1 parent c9cfe51 commit d139036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .hhconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
assume_php=false
enable_experimental_tc_features = no_fallback_in_namespaces, unpacking_check_arity, disallow_refs_in_array, disallow_untyped_lambda_as_non_function_type
ignored_paths = [ "vendor/.+/tests/.+", "vendor/.+/bin/.+", "testdata/fixtures/.+\.tmp\..+\.hack", "testdata/fixtures/xhp-class/.+" ]
ignored_paths = [ "vendor/.+/tests/.+", "vendor/.+/bin/.+", "testdata/fixtures/.+\.tmp\..+\.hack", "testdata/fixtures/xhp-class/.+", "vendor/bin/.+" ]
safe_array = true
safe_vector_array = true
disallow_destruct = true
Expand Down

0 comments on commit d139036

Please sign in to comment.