Skip to content

Commit

Permalink
main: set nanbield as default release
Browse files Browse the repository at this point in the history
as scarthgap is still a moving target

Signed-off-by: Konrad Weihmann <[email protected]>
  • Loading branch information
priv-kweihmann committed Jan 17, 2024
1 parent de6bd52 commit fb26381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oelint_adv/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def create_argparser() -> argparse.ArgumentParser:
help='Print loaded rules as a rulefile and exit')
parser.add_argument('--exit-zero', action='store_true', default=False,
help='Always return a 0 (non-error) status code, even if lint errors are found')
parser.add_argument('--release', default=list(Tweaks._map.keys())[-1], choices=Tweaks._map.keys(),
parser.add_argument('--release', default='nanbield', choices=Tweaks._map.keys(),
help='Run against a specific Yocto release')
# Override the defaults with the values from the config file
parser.set_defaults(**parse_configfile())
Expand Down

0 comments on commit fb26381

Please sign in to comment.