Comments should be written in a specified language. By default, this rule checks that comments are written in English.
Through the language parameter, you can change the language. Supported languages are:
Note that this rule will likely raise issues on commented-out code.
With default ENGLISH language:
// Ceci n'est pas un commentaire écrit en Anglais. Il est écrit en Français.
With default ENGLISH language:
// This comment is written in English. Yes, this is a compliant comment.
Only comments with more than ten words are checked to not raise too many false positives.