github / codeql-coding-standards

This repository contains CodeQL queries and libraries which support various Coding Standards.
MIT License
129 stars 59 forks source link

`RULE-13-5`: Improve reporting to clarify type of side effect #767

Open lcartey opened 1 month ago

lcartey commented 1 month ago

The query doesn't currently report what type of side effect is highlighted. This can make it difficult to identify why correct results are reported, as some side-effects aren't that obvious, such as accessing a volatile variable.