Geeksltd / GCop

GCop packages
https://geeksltd.github.io/GCop/
24 stars 8 forks source link

GCop656 false positive #312

Open hamidmayeli opened 4 years ago

hamidmayeli commented 4 years ago

image

GCop suggest to change this code to

Order = order ?? "010";

which is a compile error.