perlcritic: no longer allow qx/backticks
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user