A chrome extension that allows you to use regular expressions to suppress diffs on Pull Requests
Install from the Chrome Web Store
- Add your regular expressions to the chrome extension's options page (some iOS ones are already there by default)
- View a pull-request and see that files matching your regular expressions are suppressed. You can see the diffs by clicking
Diff suppressed. Click to show.
- Make an icon
- Write some CSS for the options screen
- Error handling for invalid regular expressions
- Support for suppressing image diffs
- Tests
We'd love to see your ideas for improving this extension! The best way to contribute is by submitting a pull request. We'll do our best to respond to your patch as soon as possible. You can also submit a new Github issue if you find bugs or have questions.
Please make sure to follow our general coding style and add test coverage for new features!