perlcritic: no longer allow qx/backticks

This commit is contained in:
Jörg Thalheim
2025-08-05 21:49:19 +02:00
committed by ahuston-0
parent 5b4d0b6f4b
commit 3a50e31799

View File

@@ -2,3 +2,6 @@ theme = community
# 5 is the least complainy, 1 is the most complainy # 5 is the least complainy, 1 is the most complainy
severity = 1 severity = 1
# Disallow backticks - use IPC::Run3 instead for better security
include = InputOutput::ProhibitBacktickOperators