Yesterday I tried to use a custom filter but couldn't get it to work. I looked in the documentation and example code but found no information about this, so I read the source code and figured out that I had to call the FilterRule method. Upon reflection, this design makes sense and feels natural but I think it would be good to have an example in the readme.
Changes Made
Add a FilterRule call in the readme's Add Custom Filter section.
Uncomment a line in the example code, making the usage of the custom filter more obvious.
Description
Yesterday I tried to use a custom filter but couldn't get it to work. I looked in the documentation and example code but found no information about this, so I read the source code and figured out that I had to call the
FilterRule
method. Upon reflection, this design makes sense and feels natural but I think it would be good to have an example in the readme.Changes Made
FilterRule
call in the readme'sAdd Custom Filter
section.