Skip to content

Commit

Permalink
Disable vala lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jiri-janousek committed Dec 23, 2021
1 parent 2e95e61 commit e9456a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wscript
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ def options(ctx):
'--dummy-engine', action='store_true', default=False, dest='dummy_engine',
help="Whether to build with a dummy web engine instead of ValaCEF.")
ctx.add_option(
'--no-vala-lint', action='store_false', default=True, dest='lint_vala', help="Don't use Vala linter.")
'--no-vala-lint', action='store_false', default=False, dest='lint_vala', help="This option has no effect anymore.")
ctx.add_option(
'--lint-vala-auto-fix', action='store_true', default=False,
dest='lint_vala_auto_fix', help="Use Vala linter and automatically fix errors (dangerous).")
Expand Down

0 comments on commit e9456a4

Please sign in to comment.