File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ The Linter follows the following basic steps when it is run on a file:
1919
2020``` mermaid
2121graph TD
22- start["1. User initiates linting of file or files" ] --> run-linter-rules
23- run-linter-rules["2. If file is not ignored, run Linter rules and Custom Commands*" ] --> handle-error
22+ start[User initiates linting of file or files] --> run-linter-rules
23+ run-linter-rules[If file is not ignored, run Linter rules and Custom Commands*] --> handle-error
2424 handle-error{Did an error happen?} -- No --> update-file
2525 handle-error -- Yes --> log-error
26- log-error["3. Display error and log to dev console" ] --> done
27- update-file["3. Update file contents**" ] --> done
26+ log-error[Display error and log to dev console] --> done
27+ update-file[Update file contents**] --> done
2828 done[Done]
2929```
3030
You can’t perform that action at this time.
0 commit comments