Skip to content

Commit

Permalink
add lint_fix command;
Browse files Browse the repository at this point in the history
  • Loading branch information
hbrooks committed Dec 23, 2023
1 parent a92f995 commit b91c835
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ellipsis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,15 @@ commands:
command: "yarn build"
return_output_on_success: false
auto_repair: true
- name: "lint_fix"
description: "Lints the code in fix mode, which will fix some errors."
command: "yarn lint:fix"
return_output_on_success: false
auto_repair: true

pr_review:
auto_review_enabled: true
auto_summarize_pr: true
user_overrides:
- usernames: ["nsbradford"]
auto_review_enabled: true
Expand Down

0 comments on commit b91c835

Please sign in to comment.