Skip to content

Consistently disable implicit string casts for tests as well

Volker Krause requested to merge work/vkrause/no-implicit-casts into master

Having this enabled here e.g. resulted in false positive deprecation warnings on KConfig API.

Merge request reports