codeql-coding-standards
codeql-coding-standards copied to clipboard
Feature Request: Make deviations feature work on custom CodeQL queries as well.
Currently, only the queries in the codeql-coding-standards repository can be deviated using the deviations mechanism explained in the user manual (refer here). Is it possible to make this feature work on any CodeQL query? This would be useful to suppress False Positives or deviate from specific rules that are implemented outside of the coding-standards query packs (e.g. custom Coding Rule checkers of organizations).