inclusive-dev-tools / woke

✊ Detect non-inclusive language in your source code.
https://medium.com/@caitlinelfring/woke-437880c3de64
MIT License
0 stars 0 forks source link

Apply wokeignore rules on their own line to the following line #7

Closed armanrahman22 closed 3 years ago

armanrahman22 commented 3 years ago

Link to the original issue: https://github.com/get-woke/woke/issues/42

Add the ability for woke to ignore the following line from a comment (this is not for inline comments)

e.g. in python

# wokeignore:rule=<rule list>
x = "ignore this line"

Acceptance Criteria: