diff options
| author | Robert Speicher <rspeicher@gmail.com> | 2018-09-05 09:34:11 -0700 |
|---|---|---|
| committer | Robert Speicher <rspeicher@gmail.com> | 2018-09-05 09:34:11 -0700 |
| commit | 24fc23771029eeb0d5822619c26bea47ea5aaed8 (patch) | |
| tree | d0be249e38608cb2c6c6e764b283df49af7a01d9 /spec/config | |
| parent | ba99dfcde262c91e33b5bf7f86ba7c0e3b6f7e52 (diff) | |
| download | gitlab-ce-24fc23771029eeb0d5822619c26bea47ea5aaed8.tar.gz | |
Fix LineBreakAroundConditionalBlock cop for a conditional after rescue
Previously this would violate on the `if`:
def a_method
do_something
rescue
if condition
do_something
end
end
Diffstat (limited to 'spec/config')
0 files changed, 0 insertions, 0 deletions
