Skip to content

Commit

Permalink
Fix UDP_HEADER_2 regex take #2g
Browse files Browse the repository at this point in the history
  • Loading branch information
lpgauth committed Jan 1, 2020
1 parent 8ab756f commit fa0b8d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
debug_info,
{platform_define, "^18", 'UDP_HEADER_1'},
% exclude OTP-21.3.8.4+ and OTP-22.1+
{platform_define, "^19|^20|^21.((0..2)|3(.(1..7))?|3.8(.(1..3))?)|^22.0", 'UDP_HEADER_2'}
{platform_define, "^19|^20|^21\\.[0-2]|^21\\.3-|^21\\.3\\.[1-7]|^21\\.3\\.8-|^21\\.3\\.8\\.[1-3]|^22.0", 'UDP_HEADER_2'}
]}.

{profiles, [
Expand Down

0 comments on commit fa0b8d6

Please sign in to comment.