-
Notifications
You must be signed in to change notification settings - Fork 22
Vasty improve linting performance #146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
httphypixelnet
wants to merge
26
commits into
frcsoftware:main
Choose a base branch
from
httphypixelnet:fix/lint-performance
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 23 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
5222542
vastly improve performance of validate-regions script
httphypixelnet 179e717
only run dead link checker in CI
httphypixelnet 1f8e82b
Merge branch 'main' into fix/lint-performance
httphypixelnet a68639b
retry ci
httphypixelnet 617e72d
allow any file extension for source files
httphypixelnet 5e554e3
add node types
httphypixelnet 0169a43
better path exclusions
httphypixelnet 347eb31
slightly improve eslint performance
httphypixelnet 46a17f5
Merge branch 'main' into fix/lint-performance
httphypixelnet 88c9bab
increase typescript performance
httphypixelnet bef03ac
narrow eslint input to improve performance
httphypixelnet 89cf3df
add gradle path exclusion
httphypixelnet 4b4ec18
Merge branch 'main' into fix/lint-performance
httphypixelnet 828d333
Merge branch 'main' into fix/lint-performance
Adrianamm 7d9d164
only run full astro check when astro files are changed
httphypixelnet 0292004
narrow prettier run rules
httphypixelnet 555f870
add debug functionality to script
httphypixelnet 2e8b5ca
fix vale
httphypixelnet 0c4089f
Remove second period from paths
httphypixelnet 950bc41
Revert "fix vale"
httphypixelnet 60c0fd0
resolve small comments
httphypixelnet c9801bf
ensure all file extensions are parsed
httphypixelnet bd90b8d
merge main into fix/lint-performance
httphypixelnet 9abc6ee
Remove debug statement from validate-regions.ts
httphypixelnet f0faba7
Fix lint:eslint command syntax in package.json
httphypixelnet bc4e64a
Merge branch 'main' into fix/lint-performance
httphypixelnet File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -33,4 +33,6 @@ bun.lock | |
| */build/* | ||
|
|
||
| # IntelliJ | ||
| .idea | ||
| .idea | ||
| .eslintcache | ||
| tsconfig.tsbuildinfo | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1,7 @@ | ||
| pnpm typecheck --minimumFailingSeverity warning | ||
| if git diff --name-only @{u}..HEAD | grep -q '\.astro$'; then | ||
| echo "Running full astro check" | ||
| astro check --minimumFailingSeverity warning | ||
| else | ||
| echo "Running TypeScript check" | ||
| tsc --noEmit | ||
| fi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.