Skip to content

Commit

Permalink
disable line length
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Abraham <[email protected]>
  • Loading branch information
jabraham17 committed Dec 11, 2024
1 parent 536c71e commit 51b1eed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 51b1eed

Please sign in to comment.