forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd2c1512
committed
Clean up some perlcritic warnings
In Catalog.pm, mark eval of a string instead of a block as allowed.Disallow perlcritic completely in Gen_dummy_probes.pl, as it'sgenerated code.Protect a couple of lines in plperl code from perltidy, so that theannotation for perlcritic stays on the same line as the construct itwould otherwise object to.1 parent17551f1 commitd2c1512
File tree
4 files changed
+13
-6
lines changed- src
- backend
- catalog
- utils
- pl/plperl
4 files changed
+13
-6
lines changedLines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
250 | 250 |
| |
251 | 251 |
| |
252 | 252 |
| |
253 |
| - | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
254 | 257 |
| |
255 | 258 |
| |
256 | 259 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| 17 | + | |
| 18 | + | |
| 19 | + | |
17 | 20 |
| |
18 | 21 |
| |
19 | 22 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
54 |
| - | |
55 |
| - | |
56 |
| - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
|
Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
|
0 commit comments
Comments
(0)