Commit 4ad8c0a
Fix RuboCop redundant return violations
Remove redundant return statements from error handling methods as flagged by
Style/RedundantReturn. These returns are not needed since the methods end
with the conditional raise statement.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent b6c7a3d commit 4ad8c0a
1 file changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
243 | | - | |
244 | | - | |
245 | 243 | | |
246 | 244 | | |
247 | 245 | | |
| |||
264 | 262 | | |
265 | 263 | | |
266 | 264 | | |
267 | | - | |
268 | | - | |
269 | 265 | | |
270 | 266 | | |
271 | 267 | | |
| |||
0 commit comments