mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-28 00:25:23 +00:00
43d29cb40b
There should be a single space either side of operators. Inline comments should have two spaces before the '#' src/hyperv/hyperv_wmi_generator.py:130:45: E261 at least two spaces before inline comment source += ' { "", "", 0 },\n' # null terminated ^ src/esx/esx_vi_generator.py:417:25: E221 multiple spaces before operator FEATURE__DESERIALIZE = (1 << 6) ^ tests/cputestdata/cpu-cpuid.py:187:78: E225 missing whitespace around operator f.write(" <msr index='0x%x' edx='0x%08x' eax='0x%08x'/>\n" %( ^ docs/apibuild.py:524:47: E226 missing whitespace around arithmetic operator self.line = line[i+2:] ^ ...more... Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> |
||
---|---|---|
.. | ||
hyperv_driver.c | ||
hyperv_driver.h | ||
hyperv_private.h | ||
hyperv_util.c | ||
hyperv_util.h | ||
hyperv_wmi_classes.c | ||
hyperv_wmi_classes.h | ||
hyperv_wmi_generator.input | ||
hyperv_wmi_generator.py | ||
hyperv_wmi.c | ||
hyperv_wmi.h | ||
Makefile.inc.am | ||
openwsman.h |