Github user kinow commented on the issue:
https://github.com/apache/commons-lang/pull/285
Not sure. Here's what I just tried.
```
$ git reset --hard
$ git status
On branch pr/285
....
$ vim checkstyle.xml
$ # removed <property name="file" value="checkstyle-suppressions.xml"/> line
$ mvn clean site
```
And then opening the Checkstyle report (via
file:///home/.../commons-lang/target/site/index.html) there are no warnings or
error in the checkstyle page.
Are you able to spot which step I am missing to reproduce it?
---