Skip to content

Commit 60821b9

Browse files
author
evieira
committed
no need to expose --local option
Signed-off-by: evieira <t01etvi@tryg.dk>
1 parent 899b4d2 commit 60821b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sqlmesh/cli/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1199,6 +1199,7 @@ def environments(obj: Context) -> None:
11991199
@click.option(
12001200
"--local",
12011201
is_flag=True,
1202+
expose_value=False,
12021203
help="Lint using only locally loaded project files without loading state.",
12031204
)
12041205
@click.pass_obj
@@ -1207,7 +1208,6 @@ def environments(obj: Context) -> None:
12071208
def lint(
12081209
obj: Context,
12091210
models: t.Iterator[str],
1210-
local: bool,
12111211
) -> None:
12121212
"""Run the linter for the target model(s)."""
12131213
obj.lint_models(models)

0 commit comments

Comments
 (0)