ronanboiteau / NormEZ

Coding-style checker for Epitech students. This program analyzes your C source files for Epitech coding-style violations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Forbidden functions are not part of the coding style

lodi-g opened this issue · comments

Forbidden functions are not part of the coding style but are per-project and thus cannot be detected should not be detected in a general checker.

I think it's better for NormEZ to flag possible forbidden functions in its default behavior. It can really save a project. However I'm working on an option to disable forbidden functions warnings.

I was just talking about the Single Resposibility Principle - actually it may reveal useful to check for forbidden functions - forbidden functions are just not in the coding style so maybe you'd pick a more broad name and description.

Feature added by this pull request.