gjd6640 / sonar-text-plugin

A free and open-source plugin for SonarSource's Sonarqube product that lets you create rules to flag issues in text files.
Apache License 2.0
23 stars 4 forks source link

Update description of the trigger and "must exist" parameters for at #5

Open gjd6640 opened 7 years ago

gjd6640 commented 7 years ago

The trigger and "must exist" parameters for RequiredStringNotPresentCheck enable DOTALL by default. This isn't obvious / is confusing. Add text to any fields that default to DOTALL describing that they'll get that behavior by default and suggesting that this can be switched off via "(?-s)".