diff --git a/Makefile b/Makefile index 98887eb11a24..428364c6d9af 100644 --- a/Makefile +++ b/Makefile @@ -206,8 +206,9 @@ lint-standard-modules: chplcheck FORCE tools/chplcheck/chplcheck --skip-unstable \ --internal-prefix "_" \ --internal-prefix "chpl_" \ - --disable-rule "ControlFlowParentheses" \ - --disable-rule "UnusedFormal" \ + --disable-rule ControlFlowParentheses \ + --disable-rule UnusedFormal \ + --disable-rule LineLength \ $(MODULES_TO_LINT) compile-util-python: FORCE