Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit f8cf53f

Browse files
fix: typo
1 parent e6b8729 commit f8cf53f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/rulesets.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export function getRulesetsFromCodigaFile() {
5959
// if there aren't any ruleset items under `rulesets:` in the codiga.yml file, throw an error
6060
if (!parsedFile.rulesets) {
6161
printFailure(
62-
"We can't look for violations is there are no rulesets listed in your `codiga.yml` file"
62+
"We can't look for violations if there are no rulesets listed in your `codiga.yml` file"
6363
);
6464
printSuggestion(
6565
" ↳ Ensure you have rulesets listed in: ",

0 commit comments

Comments
 (0)