Ian Yamey

Results 4 comments of Ian Yamey

Here is a quick monkey patch that you can use to get around this problem. By no means is this presented as a permanent fix. All it does is deletes...

@ustimchik: consider adding this to your `.rubocop.yml`: ```YAML inherit_mode: merge: - Exclude - Include AllCops: Include: - lib/path/to/your/engines/**/*.rb ``` See: https://rubocop.readthedocs.io/en/latest/configuration/#unusual-files-that-would-not-be-included-by-default

@dcramer, no problem. Can you point me to an example of `sentry.options` or elaborate on your suggested approach?