Skip to content

Commit

Permalink
rename flag
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Abraham <jade.abraham@hpe.com>
  • Loading branch information
jabraham17 committed Jun 11, 2024
1 parent 74ce515 commit 20b9b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/chpl-language-server/src/chpl-language-server.py
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@ def add_bool_flag(name: str, dest: str, default: bool):
self.parser.add_argument("--end-markers", default="none")
self.parser.add_argument("--end-marker-threshold", type=int, default=10)

add_bool_flag("lint", "do_linting", False)
add_bool_flag("chplcheck", "do_linting", False)
if chplcheck_config:
chplcheck_config.Config.add_arguments(self.parser, "chplcheck-")

Expand Down

0 comments on commit 20b9b22

Please sign in to comment.