Andersson007 / ansible_reviewer

script to automate finding common issues in pull requests
MIT License
2 stars 1 forks source link

Content parsing: updated forbidden words #3

Closed khareRajshree closed 2 years ago

khareRajshree commented 2 years ago

In the module_reviewer.py module, the method check_forbidden_words has string matching done for "e.g" and "i.e" which should have been "e.g." and "i.e." respectively, because in many of the ansible modules such statements are getting caught by your module as like below: image Hence such instances must be ignored.