mirror of
https://github.com/benjaminion/upgrading-ethereum-book.git
synced 2026-01-08 22:17:59 -05:00
Build: disable LaTeX check 3
This commit is contained in:
@@ -11,7 +11,8 @@ use IPC::Run3;
|
||||
$\ = "\n"; # set output record separator
|
||||
|
||||
# Add any exclusions here by adding "-n#" where # is the warning number
|
||||
my @command = ["chktex", "-q"];
|
||||
# [Disable rule 3](https://tex.stackexchange.com/questions/529937/why-should-i-enclose-the-previous-parenthesis-with)
|
||||
my @command = ["chktex", "-q", "-n3"];
|
||||
|
||||
# Specifically ignore some false positives.
|
||||
my $ignore = qr/\$(\[1,r\))\$/;
|
||||
|
||||
Reference in New Issue
Block a user