Skip to content

Conversation

Copy link

Copilot AI commented Nov 17, 2025

The SonarQube configuration was already complete in the initial commit. This PR removes dist/index.html from version control—it was incorrectly committed despite being listed in .gitignore.

Changes

  • Removed dist/ directory from git tracking (build artifacts should not be committed)

All required SonarQube properties were already properly configured:

  • Organization and project metadata
  • Source paths (src) and test patterns
  • Exclusions for node_modules, dist, build
  • TypeScript config path (tsconfig.json)
Original prompt

fix: complete SonarQube configuration with required properties

  • Add organization and project metadata
  • Configure source and test paths
  • Add exclusions for node_modules, dist, build
  • Set TypeScript configuration path

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@vercel
Copy link

vercel bot commented Nov 17, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
vibe-prompting Ready Ready Preview Comment Nov 17, 2025 8:47am

Co-authored-by: Addy-shetty <50735760+Addy-shetty@users.noreply.github.com>
Co-authored-by: Addy-shetty <50735760+Addy-shetty@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix complete SonarQube configuration with required properties Remove build artifacts from version control Nov 17, 2025
Copilot AI requested a review from Addy-shetty November 17, 2025 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants