Skip to content
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

Add Better Support for multi-tsconfig projects (Like Veritas) #4

Merged
merged 2 commits into from
Apr 26, 2024

Conversation

Abourass
Copy link
Contributor

Noticed that a change I'd made accidentally stopped our linting on the frontend, which revealed it wasn't correctly seeing all our TSconfigs. This should fix that, additional test to support that

@Abourass Abourass added the enhancement New feature or request label Apr 26, 2024
@Abourass Abourass requested a review from KyleHagad April 26, 2024 21:16
@Abourass Abourass self-assigned this Apr 26, 2024
Copy link

github-actions bot commented Apr 26, 2024

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

Scorecard details
PackageVersionScoreDetails
npm/@vitest/coverage-v8 1.5.2 UnknownUnknown
npm/@vitest/expect 1.5.2 UnknownUnknown
npm/@vitest/runner 1.5.2 UnknownUnknown
npm/@vitest/snapshot 1.5.2 UnknownUnknown
npm/@vitest/spy 1.5.2 UnknownUnknown
npm/@vitest/utils 1.5.2 UnknownUnknown
npm/vite-node 1.5.2 UnknownUnknown
npm/vitest 1.5.2 UnknownUnknown
npm/@vitest/coverage-v8 1.5.1 UnknownUnknown
npm/@vitest/expect 1.5.1 UnknownUnknown
npm/@vitest/runner 1.5.1 UnknownUnknown
npm/@vitest/snapshot 1.5.1 UnknownUnknown
npm/@vitest/spy 1.5.1 UnknownUnknown
npm/@vitest/utils 1.5.1 UnknownUnknown
npm/vite-node 1.5.1 UnknownUnknown
npm/vitest 1.5.1 UnknownUnknown

Scanned Manifest Files

package.json
  • @vitest/coverage-v8@^1.5.2
  • vitest@^1.5.2
  • @vitest/coverage-v8@^1.5.1
  • vitest@^1.5.1
yarn.lock
  • @vitest/coverage-v8@1.5.2
  • @vitest/expect@1.5.2
  • @vitest/runner@1.5.2
  • @vitest/snapshot@1.5.2
  • @vitest/spy@1.5.2
  • @vitest/utils@1.5.2
  • vite-node@1.5.2
  • vitest@1.5.2
  • @vitest/coverage-v8@1.5.1
  • @vitest/expect@1.5.1
  • @vitest/runner@1.5.1
  • @vitest/snapshot@1.5.1
  • @vitest/spy@1.5.1
  • @vitest/utils@1.5.1
  • vite-node@1.5.1
  • vitest@1.5.1

Copy link

github-actions bot commented Apr 26, 2024

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 100%
🟰 ±0%
269 / 269
🔵 Statements 100%
🟰 ±0%
269 / 269
🔵 Functions 100%
🟰 ±0%
17 / 17
🔵 Branches 100%
🟰 ±0%
41 / 41
File Coverage
File Stmts % Branch % Funcs % Lines Uncovered Lines
Changed Files
src/index.ts 100% 100% 100% 100%
Generated in workflow #8

Copy link

@KyleHagad KyleHagad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@Abourass Abourass merged commit d330eab into main Apr 26, 2024
4 checks passed
@Abourass Abourass deleted the support_more_tsconfigs branch April 26, 2024 21:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants