Skip to content

Commit

Permalink
chore: update the validate functions in main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rebekahrudd committed Oct 24, 2024
1 parent 6b64d59 commit 7a02818
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gatorgrade/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ def gatorgrade(
"""Run the GatorGrader checks in the specified gatorgrade.yml file."""
# first check the report params
validate_location(ReportParamsLocation.report_location)
validate_storing_type(ReportParamsLocation.report_storing_type)
validate_storing_location_name(ReportParamsLocation.storing_location_name)
validate_storing_type(ReportParamsType.report_storing_type)
validate_storing_location_name(ReportParamsStoringName.storing_location_name)

# if ctx.subcommand is None then this means
# that, by default, gatorgrade should run in checking mode
Expand Down

0 comments on commit 7a02818

Please sign in to comment.