Skip to content

Commit

Permalink
Fixed validation lints.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSouther committed Oct 17, 2023
1 parent 2719343 commit 7e2c523
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .tools/pre_validate/pre_validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@
"ses/commands/DeleteReceiptRuleSetCommand",
"ses/commands/VerifyDomainIdentityCommand",
"src/main/java/com/example/dynamodb/Query",
"src/main/java/com/example/iam/CreateRole",
"src/main/java/com/example/iam/CreateUser",
"src/main/java/com/example/iam/DeleteUser",
"src/main/java/com/example/iam/UpdateUser",
Expand Down
2 changes: 2 additions & 0 deletions .tools/validation/validate_doc_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@ def validate_all(doc_gen: Path):
meta_names = glob.glob(os.path.join(doc_gen, "metadata/curated/*_metadata.yaml"))
success &= validate_files(schema_name, meta_names, validators)

return success


def main():
parser = argparse.ArgumentParser()
Expand Down

0 comments on commit 7e2c523

Please sign in to comment.