How do I customize the indentation in the custom rules?
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello Team,
I am new to using Polyspace Bug finder. I want to Indent a statement by four spaces where required in my c program. I couldn't find anything related to indentation under 'Coding standard & Code metrics'>Custom rules. How Can I customize identation and edit it in the custom rules without using any other standards?
0 commentaires
Réponses (1)
Anirban
le 8 Fév 2023
Modifié(e) : Anirban
le 8 Fév 2023
As of release R2022b, there is no rule related to indentation in Polyspace Bug Finder.
Most IDE-s and editors these days have ways to automatically recognize the language and enter the required four spaces. For instance, in the free editor Notepad++, you can go to Settings > Preferences and modify the number of spaces used for tabs and indentations inside functions. In most cases, you do not need a checker to implement this rule.
0 commentaires
Voir également
Catégories
En savoir plus sur MISRA C:2012 Directives and Rules dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!