Skip to content

refactor(helper): replace literal line breaks with heredoc #45

refactor(helper): replace literal line breaks with heredoc

refactor(helper): replace literal line breaks with heredoc #45

Triggered via push August 28, 2024 18:10
Status Failure
Total duration 22s
Artifacts

linter.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 errors
critic: tests/security-gate.t#L23
Regular expression without "/x" flag at line 23, column 9. See page 236 of PBP.
critic: tests/security-gate.t#L46
Regular expression without "/x" flag at line 46, column 9. See page 236 of PBP.
critic: tests/security-gate.t#L95
Split long regexps into smaller qr// chunks at line 95, column 9. See page 261 of PBP.
critic: tests/security-gate.t#L95
Regular expression without "/x" flag at line 95, column 9. See page 236 of PBP.
critic: tests/security-gate.t#L153
"local" variable not initialized at line 153, column 9. See page 78 of PBP.
critic: tests/security-gate.t#L154
Return value of "open" ignored at line 154, column 9. Check the return value of "open" for success.