Skip to content

Commit 724dbb0

Browse files
committed
Disable valalint
1 parent cebdb4a commit 724dbb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def options(ctx):
212212
ctx.add_option('--gir', action='store_true', default=False, dest='build_gir', help="Build GIR.")
213213
ctx.add_option('--no-strict', action='store_false', default=True, dest='strict', help="Disable strict checks (e.g. fatal warnings).")
214214
ctx.add_option(
215-
'--no-vala-lint', action='store_false', default=True, dest='lint_vala', help="Don't use Vala linter.")
215+
'--no-vala-lint', action='store_false', default=False, dest='lint_vala', help="Noop.")
216216
ctx.add_option(
217217
'--lint-vala-auto-fix', action='store_true', default=False,
218218
dest='lint_vala_auto_fix', help="Use Vala linter and automatically fix errors (dangerous).")

0 commit comments

Comments
 (0)