Viktor Ekholm

Results 2 comments of Viktor Ekholm

Stumbled upon this now, very interesting feature. I was not aware that multiple roles was not supported since the database model allowed me to add multiple roles which I get...

How will this work when multiple code style options map to 1 rule? E.g. if I have: ``` csharp_style_var_for_built_in_types = false:suggestion csharp_style_var_when_type_is_apparent = false:none csharp_style_var_elsewhere = false:warning ``` My understanding...