Conversation
There was a problem hiding this comment.
Copilot reviewed 12 out of 23 changed files in this pull request and generated no comments.
Files not reviewed (11)
- samples/ban-alter-domain-with-add-constraint/file1-ok.sql: Language not supported
- samples/ban-alter-domain-with-add-constraint/file2-ok.sql: Language not supported
- samples/ban-alter-domain-with-add-constraint/file3-ok.sql: Language not supported
- samples/ban-alter-domain-with-add-constraint/file4-ok.sql: Language not supported
- samples/ban-alter-domain-with-add-constraint/file5-ok.sql: Language not supported
- samples/ban-alter-domain-with-add-constraint/file6-ok.sql: Language not supported
- samples/ban-alter-domain-with-add-constraint/file7-ok.sql: Language not supported
- samples/ban-alter-domain-with-add-constraint/file8-ok.sql: Language not supported
- samples/ban-alter-domain-with-add-constraint/file9.sql: Language not supported
- samples/ban-create-domain-with-constraint/file1-ok.sql: Language not supported
- samples/ban-create-domain-with-constraint/file2.sql: Language not supported
Comments suppressed due to low confidence (1)
src/main/java/com/premiumminds/sonar/postgres/visitors/BanAlterDomainWithConstraintCheck.java:15
- [nitpick] Consider extracting the magic string "C" into a named constant to improve code readability and maintainability.
if (alterDomainStmt.getSubtype().equals("C")){
|
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |



No description provided.