Skip to content

Instantly share code, notes, and snippets.

@harlowja
Created May 12, 2016 17:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harlowja/3ba219c41f1e5dd3cd596b4795f8abe8 to your computer and use it in GitHub Desktop.
Save harlowja/3ba219c41f1e5dd3cd596b4795f8abe8 to your computer and use it in GitHub Desktop.
cloudinit/config/cc_apt_configure.py:210:19: H201 no 'except:' at least use 'except Exception:'
cloudinit/config/cc_apt_configure.py:217:19: H201 no 'except:' at least use 'except Exception:'
cloudinit/config/cc_apt_configure.py:223:15: H201 no 'except:' at least use 'except Exception:'
cloudinit/config/cc_final_message.py:69:11: H201 no 'except:' at least use 'except Exception:'
cloudinit/config/cc_grub_dpkg.py:72:11: H201 no 'except:' at least use 'except Exception:'
cloudinit/config/cc_lxd.py:114:15: H201 no 'except:' at least use 'except Exception:'
cloudinit/config/cc_runcmd.py:37:11: H201 no 'except:' at least use 'except Exception:'
cloudinit/config/cc_scripts_per_boot.py:38:11: H201 no 'except:' at least use 'except Exception:'
cloudinit/config/cc_scripts_vendor.py:40:11: H201 no 'except:' at least use 'except Exception:'
cloudinit/config/cc_snappy.py:51:1: H306 imports not in alphabetical order (cloudinit.util, cloudinit.settings.per_instance)
cloudinit/config/cc_snappy.py:55:1: H306 imports not in alphabetical order (tempfile, os)
cloudinit/net/network_state.py:39:1: H238 old style class declaration, use new style (inherit from `object`)
cloudinit/net/network_state.py:56:54: E241 multiple spaces after ','
cloudinit/net/network_state.py:383:5: H306 imports not in alphabetical order (sys, random)
cloudinit/net/network_state.py:384:5: H306 imports not in alphabetical order (random, cloudinit.net)
cloudinit/sources/helpers/azure.py:8:1: H306 imports not in alphabetical order (time, contextlib.contextmanager)
cloudinit/stages.py:50:1: H306 imports not in alphabetical order (cloudinit.util, cloudinit.reporting.events)
cloudinit/stages.py:486:23: H201 no 'except:' at least use 'except Exception:'
cloudinit/config/cc_seed_random.py:28:1: H306 imports not in alphabetical order (cloudinit.settings.per_instance, cloudinit.log)
cloudinit/handlers/__init__.py:75:5: H236 Python 3.x incompatible __metaclass__, use six.add_metaclass()
cloudinit/handlers/__init__.py:121:11: H201 no 'except:' at least use 'except Exception:'
cloudinit/handlers/__init__.py:160:11: H201 no 'except:' at least use 'except Exception:'
cloudinit/sources/DataSourceAzure.py:34:1: H306 imports not in alphabetical order (cloudinit.util, cloudinit.sources.helpers.azure.get_metadata_from_fabric)
cloudinit/sources/DataSourceAzure.py:54:9: E123 closing bracket does not match indentation of opening bracket's line
cloudinit/sources/DataSourceAzure.py:63:9: E123 closing bracket does not match indentation of opening bracket's line
cloudinit/sources/DataSourceAzure.py:315:11: H201 no 'except:' at least use 'except Exception:'
cloudinit/sources/__init__.py:50:5: H236 Python 3.x incompatible __metaclass__, use six.add_metaclass()
cloudinit/config/cc_phone_home.py:68:11: H201 no 'except:' at least use 'except Exception:'
cloudinit/config/cc_phone_home.py:90:15: H201 no 'except:' at least use 'except Exception:'
cloudinit/config/cc_phone_home.py:120:11: H201 no 'except:' at least use 'except Exception:'
cloudinit/config/cc_ubuntu_init_switch.py:44:1: H306 imports not in alphabetical order (cloudinit.settings.per_instance, cloudinit.log)
cloudinit/config/cc_ubuntu_init_switch.py:46:1: H306 imports not in alphabetical order (cloudinit.util, cloudinit.distros.ubuntu)
cloudinit/net/udev.py:51:9: E123 closing bracket does not match indentation of opening bracket's line
cloudinit/reporting/handlers.py:39:19: H201 no 'except:' at least use 'except Exception:'
cloudinit/reporting/handlers.py:84:15: H201 no 'except:' at least use 'except Exception:'
cloudinit/sources/DataSourceBigstep.py:8:1: H306 imports not in alphabetical order (json, errno)
cloudinit/sources/DataSourceBigstep.py:13:1: H306 imports not in alphabetical order (cloudinit.util, cloudinit.url_helper)
cloudinit/sources/DataSourceCloudSigma.py:25:1: H306 imports not in alphabetical order (cloudinit.util, cloudinit.cs_utils.cepko)
cloudinit/sources/DataSourceCloudSigma.py:80:15: H201 no 'except:' at least use 'except Exception:'
cloudinit/sources/DataSourceCloudSigma.py:81:15: H101 Use TODO(NAME)
cloudinit/sources/DataSourceDigitalOcean.py:19:1: H306 imports not in alphabetical order (cloudinit.util, cloudinit.sources)
cloudinit/sources/DataSourceDigitalOcean.py:20:1: H306 imports not in alphabetical order (cloudinit.sources, cloudinit.ec2_utils)
cloudinit/sources/DataSourceNoCloud.py:64:15: H201 no 'except:' at least use 'except Exception:'
cloudinit/sources/DataSourceNoCloud.py:291:15: H201 no 'except:' at least use 'except Exception:'
cloudinit/sources/helpers/vmware/imc/boot_proto.py:21:1: H238 old style class declaration, use new style (inherit from `object`)
cloudinit/sources/helpers/vmware/imc/config_source.py:21:1: H238 old style class declaration, use new style (inherit from `object`)
cloudinit/sources/helpers/vmware/imc/guestcust_error.py:21:1: H238 old style class declaration, use new style (inherit from `object`)
cloudinit/sources/helpers/vmware/imc/guestcust_event.py:21:1: H238 old style class declaration, use new style (inherit from `object`)
cloudinit/sources/helpers/vmware/imc/guestcust_state.py:21:1: H238 old style class declaration, use new style (inherit from `object`)
cloudinit/sources/helpers/vmware/imc/guestcust_util.py:27:1: H306 imports not in alphabetical order (.guestcust_state.guestcuststateenum, .guestcust_event.guestcusteventenum)
cloudinit/user_data.py:181:19: H201 no 'except:' at least use 'except Exception:'
cloudinit/config/cc_disk_setup.py:201:11: H201 no 'except:' at least use 'except Exception:'
cloudinit/config/cc_ssh_import_id.py:55:19: H201 no 'except:' at least use 'except Exception:'
cloudinit/config/cc_ssh_import_id.py:62:15: H201 no 'except:' at least use 'except Exception:'
cloudinit/handlers/cloud_config.py:161:15: H201 no 'except:' at least use 'except Exception:'
cloudinit/net/__init__.py:30:1: H306 imports not in alphabetical order (cloudinit.util, .udev.generate_udev_rule)
cloudinit/net/__init__.py:31:1: H306 imports not in alphabetical order (.udev.generate_udev_rule, ..network_state)
cloudinit/net/__init__.py:43:5: E123 closing bracket does not match indentation of opening bracket's line
cloudinit/net/__init__.py:47:5: E123 closing bracket does not match indentation of opening bracket's line
cloudinit/net/__init__.py:52:5: E123 closing bracket does not match indentation of opening bracket's line
cloudinit/net/__init__.py:404:1: H401 docstring should not start with a space
cloudinit/net/__init__.py:417:3: H101 Use TODO(NAME)
cloudinit/net/__init__.py:443:3: H101 Use TODO(NAME)
cloudinit/net/__init__.py:481:1: H401 docstring should not start with a space
cloudinit/net/__init__.py:533:1: H401 docstring should not start with a space
cloudinit/sources/helpers/vmware/imc/config.py:23:1: H238 old style class declaration, use new style (inherit from `object`)
cloudinit/sources/helpers/vmware/imc/config_nic.py:29:1: H238 old style class declaration, use new style (inherit from `object`)
cloudinit/util.py:291:15: H201 no 'except:' at least use 'except Exception:'
cloudinit/util.py:475:11: H201 no 'except:' at least use 'except Exception:'
cloudinit/util.py:1213:15: H201 no 'except:' at least use 'except Exception:'
cloudinit/util.py:1383:15: H201 no 'except:' at least use 'except Exception:'
cloudinit/util.py:1394:15: H201 no 'except:' at least use 'except Exception:'
cloudinit/util.py:1452:19: H201 no 'except:' at least use 'except Exception:'
cloudinit/util.py:1578:11: H201 no 'except:' at least use 'except Exception:'
cloudinit/util.py:1604:11: H201 no 'except:' at least use 'except Exception:'
cloudinit/util.py:2058:15: H201 no 'except:' at least use 'except Exception:'
cloudinit/sources/DataSourceGCE.py:22:1: H306 imports not in alphabetical order (cloudinit.util, cloudinit.sources)
cloudinit/sources/DataSourceGCE.py:74:15: H201 no 'except:' at least use 'except Exception:'
cloudinit/sources/helpers/vmware/imc/nic_base.py:21:1: H238 old style class declaration, use new style (inherit from `object`)
cloudinit/sources/helpers/vmware/imc/nic_base.py:96:1: H238 old style class declaration, use new style (inherit from `object`)
cloudinit/sources/helpers/vmware/imc/nic_base.py:127:1: H238 old style class declaration, use new style (inherit from `object`)
cloudinit/config/cc_fan.py:41:1: H306 imports not in alphabetical order (cloudinit.util, cloudinit.settings.per_instance)
cloudinit/config/cc_keys_to_console.py:60:11: H201 no 'except:' at least use 'except Exception:'
cloudinit/config/cc_mounts.py:247:15: H201 no 'except:' at least use 'except Exception:'
cloudinit/config/cc_mounts.py:382:15: H201 no 'except:' at least use 'except Exception:'
cloudinit/config/cc_mounts.py:393:15: H201 no 'except:' at least use 'except Exception:'
cloudinit/config/cc_mounts.py:399:15: H201 no 'except:' at least use 'except Exception:'
cloudinit/config/cc_mounts.py:404:11: H201 no 'except:' at least use 'except Exception:'
cloudinit/config/cc_scripts_per_once.py:38:11: H201 no 'except:' at least use 'except Exception:'
cloudinit/config/cc_ssh.py:60:19: H201 no 'except:' at least use 'except Exception:'
cloudinit/config/cc_ssh.py:81:19: H201 no 'except:' at least use 'except Exception:'
cloudinit/config/cc_ssh.py:125:11: H201 no 'except:' at least use 'except Exception:'
cloudinit/sources/DataSourceCloudStack.py:29:1: H306 imports not in alphabetical order (time, socket.inet_ntoa)
cloudinit/sources/DataSourceOVF.py:33:1: H306 imports not in alphabetical order (cloudinit.util, .helpers.vmware.imc.config.config)
cloudinit/sources/DataSourceOVF.py:38:1: H306 imports not in alphabetical order (.helpers.vmware.imc.guestcust_state.guestcuststateenum, .helpers.vmware.imc.guestcust_error.guestcusterrorenum)
cloudinit/sources/DataSourceOVF.py:265:19: H201 no 'except:' at least use 'except Exception:'
cloudinit/sources/DataSourceOVF.py:280:19: H201 no 'except:' at least use 'except Exception:'
cloudinit/sources/helpers/vmware/imc/ipv4_mode.py:21:1: H238 old style class declaration, use new style (inherit from `object`)
cloudinit/helpers.py:89:15: H201 no 'except:' at least use 'except Exception:'
cloudinit/helpers.py:222:19: H201 no 'except:' at least use 'except Exception:'
cloudinit/helpers.py:233:19: H201 no 'except:' at least use 'except Exception:'
cloudinit/helpers.py:254:23: H201 no 'except:' at least use 'except Exception:'
cloudinit/helpers.py:271:23: H201 no 'except:' at least use 'except Exception:'
cloudinit/distros/debian.py:29:1: H306 imports not in alphabetical order (cloudinit.util, cloudinit.net)
cloudinit/distros/debian.py:224:11: H201 no 'except:' at least use 'except Exception:'
cloudinit/handlers/upstart_job.py:83:11: H201 no 'except:' at least use 'except Exception:'
cloudinit/netinfo.py:24:1: H306 imports not in alphabetical order (cloudinit.util, cloudinit.log.logging)
cloudinit/netinfo.py:166:11: H201 no 'except:' at least use 'except Exception:'
cloudinit/config/cc_bootcmd.py:41:15: H201 no 'except:' at least use 'except Exception:'
cloudinit/config/cc_bootcmd.py:52:15: H201 no 'except:' at least use 'except Exception:'
cloudinit/config/cc_emit_upstart.py:24:1: H306 imports not in alphabetical order (cloudinit.settings.per_always, cloudinit.log)
cloudinit/config/cc_rightscale_userdata.py:55:11: H201 no 'except:' at least use 'except Exception:'
cloudinit/config/cc_rightscale_userdata.py:66:11: H201 no 'except:' at least use 'except Exception:'
cloudinit/config/cc_scripts_per_instance.py:38:11: H201 no 'except:' at least use 'except Exception:'
cloudinit/config/cc_scripts_user.py:39:11: H201 no 'except:' at least use 'except Exception:'
cloudinit/config/cc_set_passwords.py:158:15: H201 no 'except:' at least use 'except Exception:'
cloudinit/distros/__init__.py:54:5: H236 Python 3.x incompatible __metaclass__, use six.add_metaclass()
cloudinit/distros/__init__.py:100:15: H201 no 'except:' at least use 'except Exception:'
cloudinit/sources/helpers/openstack.py:149:5: H236 Python 3.x incompatible __metaclass__, use six.add_metaclass()
cloudinit/sources/helpers/openstack.py:487:1: H401 docstring should not start with a space
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment