You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
This Avocado PR:
avocado-framework/avocado#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.The text was updated successfully, but these errors were encountered: