Skip to content

Commit

Permalink
Fix names
Browse files Browse the repository at this point in the history
  • Loading branch information
garyghayrat committed Jun 20, 2024
1 parent 26048db commit c6201a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/check/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ fn validate(paths: [&str; 3]) -> Result<report::Report, Box<dyn Error>> {
// Run all checks.
results.add_items(validators::test_names::validate(&parsed));
results.add_items(validators::src_names_internal::validate(&parsed));
results.add_items(validators::script_one_public_run_method::validate(&parsed));
results.add_items(validators::script_has_public_run_method::validate(&parsed));
results.add_items(validators::constant_names::validate(&parsed));
}
}
Expand Down

0 comments on commit c6201a2

Please sign in to comment.