| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
This PR refactors the pre-commit hook ordering to run TypeScript linting before compiling, helping to reduce redundant error reporting. Additionally, the README.md file has been entirely removed.
| File | Description |
|---|---|
| .pre-commit-config.yaml | Added lint-ts hook before compile-ts to avoid double failure on lint. |
| README.md | Removed README.md, potentially impacting existing documentation. |
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (1)README.md:1
Entire README content removed.
Tip: Copilot code review supports C#, Go, Java, JavaScript, Markdown, Python, Ruby and TypeScript, with more languages coming soon. Learn more
Sorry, something went wrong.
There was a problem hiding this comment.
I think you've deleted the README for the repo on accident 😆 looks good to me otherwise though!
Sorry, something went wrong.
| @@ -1,3 +1,10 @@ | |||
| # Perform all working copy cleanup operations | |||
| all: lint sync | |||
There was a problem hiding this comment.
Bikeshed: does all usually imply that it includes all the recipes (in this case also build)?
Sorry, something went wrong.
There was a problem hiding this comment.
👋 sync includes both build and update-pr-checks, so transitively all includes indeed all.
Sorry, something went wrong.
There was a problem hiding this comment.
Oh yes I see! Missed that 🤦
Sorry, something went wrong.
|
@angelapwen mind having back a look? |
Sorry, something went wrong.
|
Hi @redsun82 , thank you for your work on improving our just infrastructure in the action! Quick question: the files changes shows the readme.md file deleted - is there a reason for this I'm missing out on? |
Sorry, something went wrong.
Ah, no idea how that could happen, good catch! I'll fix that tomorrow! |
Sorry, something went wrong.
* pre-commit: move the linting check ahead of the compiling one, as a typescript lint can change the compilaed javascript, so you can end up in a situation where the pre-commit check fails twice in a row * just: add linting and make the default to run all
Fixed that, thanks again for spotting that! |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM, thanks again for the improvement.
Sorry, something went wrong.
removing changes requested to unblock merging
| Back | FazBrowse Home | New Git URL |
Merge / deployment checklist