Skip to content

Commit 69fc75d

Browse files
author
Scott Sandler
committed
updates for 4.102, run tests on 4.102
1 parent 0395f86 commit 69fc75d

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Diff for: .github/workflows/build-and-test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
os: [ ubuntu ]
1212
hhvm:
1313
- '4.80'
14+
- '4.102'
1415
runs-on: ${{matrix.os}}-latest
1516
steps:
1617
- uses: actions/checkout@v2

Diff for: .hhconfig

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
hackfmt.line_width=120
22
ignored_paths = [ "vendor/.+/tests/.+", "vendor/.+/bin/.+" ]
33
allowed_decl_fixme_codes=1002,2001,2050,2053,2071,3012,3015,4030,4032,4035,4047,4070,4101,4341
4-
allowed_fixme_codes_strict=1002,2001,2011,2025,2049,2050,2053,2071,2105,3012,3015,4005,4006,4009,4011,4026,4027,4030,4032,4035,4047,4051,4053,4057,4060,4062,4063,4064,4070,4101,4104,4106,4107,4108,4110,4112,4117,4119,4128,4135,4138,4163,4165,4188,4193,4224,4240,4249,4250,4281,4297,4298,4318,4321,4323,4324,4337,4341,4343,4370,4371,4372
5-
allowed_fixme_codes_partial=1002,2001,2011,2025,2049,2050,2053,2071,2105,3012,3015,4005,4006,4009,4011,4026,4027,4030,4032,4035,4047,4051,4053,4057,4060,4062,4063,4064,4070,4101,4104,4106,4107,4108,4110,4112,4117,4119,4128,4135,4138,4163,4165,4188,4193,4224,4240,4249,4250,4281,4297,4298,4318,4321,4323,4324,4337,4341,4343,4370,4371,4372
4+
allowed_fixme_codes_strict=1002,2001,2011,2025,2049,2050,2053,2071,2105,3012,3015,4005,4006,4009,4011,4026,4027,4030,4032,4035,4047,4051,4053,4057,4060,4062,4063,4064,4070,4101,4104,4106,4107,4108,4110,4112,4117,4119,4128,4135,4138,4163,4165,4188,4193,4224,4240,4249,4250,4281,4297,4298,4318,4321,4323,4324,4337,4341,4343,4370,4371,4372,4390
5+
allowed_fixme_codes_partial=1002,2001,2011,2025,2049,2050,2053,2071,2105,3012,3015,4005,4006,4009,4011,4026,4027,4030,4032,4035,4047,4051,4053,4057,4060,4062,4063,4064,4070,4101,4104,4106,4107,4108,4110,4112,4117,4119,4128,4135,4138,4163,4165,4188,4193,4224,4240,4249,4250,4281,4297,4298,4318,4321,4323,4324,4337,4341,4343,4370,4371,4372,4390
66
enable_xhp_class_modifier=true
77
disable_xhp_element_mangling=true
88

Diff for: hhast-lint.json

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"builtinLinters": "all",
44
"extraLinters": ["Facebook\\HHAST\\Linters\\PreferLambdasLinter"],
55
"disabledLinters": [
6+
"Facebook\\HHAST\\Linters\\DontHaveTwoEmptyLinesInARowLinter",
7+
"Facebook\\HHAST\\Linters\\NoNewlineAtStartOfControlFlowBlockLinter",
68
"Facebook\\HHAST\\Linters\\LicenseHeaderLinter",
79
"Facebook\\HHAST\\Linters\\NoStringInterpolationLinter",
810
"Facebook\\HHAST\\Linters\\NoPHPEqualityLinter",

0 commit comments

Comments
 (0)