Skip to content

Commit

Permalink
[🔥AUDIT🔥] Replace reference to arc lint with make fixc. (#41)
Browse files Browse the repository at this point in the history
🖍 _This is an audit!_ 🖍

## Summary:
We haven't used `arc` for forever!  Let's try a command that's more
likely to be useful.  `make fixc` doesn't exist in every repo that
uses khan-linter, but it does in webapp, and that's a big one.

Issue: https://khanacademy.slack.com/archives/C02NMB1R5/p1693959624754879

## Test plan:
None

Author: csilvers

Auditors: benchristel

Required Reviewers:

Approved By:

Checks:

Pull Request URL: #41
  • Loading branch information
csilvers authored Sep 6, 2023
1 parent 9222e8f commit 229e73f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion githook.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def pre_push_hook(_unused_arg_remote_name, _unused_arg_remote_location):
'\n--- %s lint errors. Push aborted. ---' % num_errors,
file=sys.stderr)
six.print_(
'Running `arc lint` may help to autofix the errors.',
'Running `make fixc` may help to autofix the errors.',
file=sys.stderr)
return 1

Expand Down

0 comments on commit 229e73f

Please sign in to comment.