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

Commit d139036

Browse files
committed
Explicitly ignore vendor/bin to not need to bump the minimum version
1 parent c9cfe51 commit d139036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .hhconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
assume_php=false
22
enable_experimental_tc_features = no_fallback_in_namespaces, unpacking_check_arity, disallow_refs_in_array, disallow_untyped_lambda_as_non_function_type
3-
ignored_paths = [ "vendor/.+/tests/.+", "vendor/.+/bin/.+", "testdata/fixtures/.+\.tmp\..+\.hack", "testdata/fixtures/xhp-class/.+" ]
3+
ignored_paths = [ "vendor/.+/tests/.+", "vendor/.+/bin/.+", "testdata/fixtures/.+\.tmp\..+\.hack", "testdata/fixtures/xhp-class/.+", "vendor/bin/.+" ]
44
safe_array = true
55
safe_vector_array = true
66
disallow_destruct = true

0 commit comments

Comments
 (0)