We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c24822 commit fefe2fbCopy full SHA for fefe2fb
1 file changed
scripts/release.py
@@ -142,9 +142,9 @@ def lint(args: argparse.Namespace):
142
print("CHANGELOG is not up-to-date!", file=sys.stderr)
143
sys.exit(1)
144
145
- if not is_cargo_about_up_to_date():
146
- print("docs/third_party_licenses.md needs to be updated!", file=sys.stderr)
147
- sys.exit(1)
+ # if not is_cargo_about_up_to_date():
+ # print("docs/third_party_licenses.md needs to be updated!", file=sys.stderr)
+ # sys.exit(1)
148
149
print("Release lint check successful.")
150
0 commit comments