Commit 4f48ea4
committed
Address
```
$ bundle exec rubocop -a
Inspecting 72 files
...................C....................................................
Offenses:
lib/active_record/connection_adapters/oracle_enhanced/quoting.rb:29:33: C: [Corrected] Style/RedundantRegexpEscape: Redundant escape inside regexp literal
when /^[a-z][a-z_0-9$#\-]*$/i
^^
72 files inspected, 1 offense detected, 1 offense corrected
$
```Style/RedundantRegexpEscape offense1 parent 3a99d4a commit 4f48ea4
File tree
1 file changed
+1
-1
lines changed- lib/active_record/connection_adapters/oracle_enhanced
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments