avocado-framework / inspektor

Inspektor code checker
Other
11 stars 17 forks source link

Inspetor indent changes actual (multi-line) string contents #31

Open clebergnu opened 6 years ago

clebergnu commented 6 years ago

This Avocado PR:

https://github.com/avocado-framework/avocado/pull/2353

Is failing due to inspektor indent check failures. When manually doing an --fix, it changes the content of the multi-line strings, which should never be done IMO. The content is a capture from /proc/cpuinfo and we should keep the content exacly the same as the captured one.

lmr commented 6 years ago

Sorry for taking too long to get to this. Let's see...