<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-cloud-init.git/tools/run-pylint, branch equuleus</title>
<subtitle> (mirror of https://github.com/vyos/vyos-cloud-init.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-cloud-init.git/atom?h=equuleus</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-cloud-init.git/atom?h=equuleus'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/'/>
<updated>2014-08-26T19:53:41+00:00</updated>
<entry>
<title>further remove evidence of pylint.</title>
<updated>2014-08-26T19:53:41+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@ubuntu.com</email>
</author>
<published>2014-08-26T19:53:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=5fb6482692cfffba5ba45102858b14ba3acc5bc7'/>
<id>urn:sha1:5fb6482692cfffba5ba45102858b14ba3acc5bc7</id>
<content type='text'>
This just removes comments '# pylint:' things and other code
remnents of pylint.
</content>
</entry>
<entry>
<title>add --dummy-variables-rgx= param when calling pylint</title>
<updated>2014-01-24T20:28:06+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@ubuntu.com</email>
</author>
<published>2014-01-24T20:28:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=6d474342163b05a29c198964ececd57db8658365'/>
<id>urn:sha1:6d474342163b05a29c198964ececd57db8658365</id>
<content type='text'>
new pylint in trusty complains about '_' variables if we don't do this.
This seems to be ok in older versions of pylint also.
</content>
</entry>
<entry>
<title>pep8/pylint fixes</title>
<updated>2014-01-24T19:47:28+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@ubuntu.com</email>
</author>
<published>2014-01-24T19:47:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=c92cd051a1d598f83de03c4135c800b17fd46a9a'/>
<id>urn:sha1:c92cd051a1d598f83de03c4135c800b17fd46a9a</id>
<content type='text'>
tools/run-pep8 wasn't checking all python files.
tools/run-pylint wasnt checking bin/cloud-init

fixed resultant pep8 issues after finding them.
</content>
</entry>
<entry>
<title>Helpful cleanups.</title>
<updated>2012-10-28T02:25:48+00:00</updated>
<author>
<name>harlowja</name>
<email>harlowja@virtualbox.rhel</email>
</author>
<published>2012-10-28T02:25:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=aa8b51a48a30e3a3c863ca0ddb8bc4667026d57a'/>
<id>urn:sha1:aa8b51a48a30e3a3c863ca0ddb8bc4667026d57a</id>
<content type='text'>
1. Remove the usage of the path.join function
   now that all code should be going through
   the util file methods (and they can be
   mocked out as needed).
2. Adjust all occurences of the above join
   function to either not use it or replace
   it with the standard os.path.join (which
   can also be mocked out as needed)
3. Fix pylint from complaining about the
   tests folder 'helpers.py' not being found
4. Add a pylintrc file that is used instead
   of the options hidden in the 'run_pylint' 
   tool.
</content>
</entry>
<entry>
<title>fix tools/run-pylint to just check all python fines</title>
<updated>2012-07-09T17:33:26+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@ubuntu.com</email>
</author>
<published>2012-07-09T17:33:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=f1b72be4b4923d3effb80e1898f76ba0f81aab23'/>
<id>urn:sha1:f1b72be4b4923d3effb80e1898f76ba0f81aab23</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove the pep8 tool from being ran in a script that has a</title>
<updated>2012-06-23T22:00:06+00:00</updated>
<author>
<name>harlowja</name>
<email>harlowja@virtualbox.rhel</email>
</author>
<published>2012-06-23T22:00:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=a14e3090400d24cc34a5dc3fc1a12186175a164c'/>
<id>urn:sha1:a14e3090400d24cc34a5dc3fc1a12186175a164c</id>
<content type='text'>
name that seems to just say it will run pylint. Put the
pep8 tool in a 'run-pep8' script.
</content>
</entry>
<entry>
<title>add tests to run-pylint files</title>
<updated>2012-03-06T16:58:33+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@ubuntu.com</email>
</author>
<published>2012-03-06T16:58:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=d53984dbd4fd8662f9cfda86cbab3d0d7c656511'/>
<id>urn:sha1:d53984dbd4fd8662f9cfda86cbab3d0d7c656511</id>
<content type='text'>
</content>
</entry>
<entry>
<title>miscellaneous cleanups, and add tools/run-pylint</title>
<updated>2012-01-17T20:59:21+00:00</updated>
<author>
<name>Scott Moser</name>
<email>smoser@ubuntu.com</email>
</author>
<published>2012-01-17T20:59:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=1e746f00edbf478cf0ae43b66ff7899b6819fa33'/>
<id>urn:sha1:1e746f00edbf478cf0ae43b66ff7899b6819fa33</id>
<content type='text'>
adding run-pylint makes it easy to run pylint with given configuration
against the code.
</content>
</entry>
</feed>
