Last active
October 6, 2017 15:00
-
-
Save apahim/f03ff23735824768a747172385516de4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/git/avocado (plugin_golang)$ pylint optional_plugins/golang/avocado_golang/__init__.py | |
No config file found, using default configuration | |
************* Module avocado_golang.__init__ | |
C:112, 0: Wrong continued indentation (add 1 space). | |
{"name": "%s: %s" % (url, msg)})] | |
^| (bad-continuation) | |
C:124, 0: Wrong continued indentation (add 1 space). | |
{'name': test_name, | |
^| (bad-continuation) | |
************* Module avocado_golang | |
R: 39, 4: Too many arguments (6/5) (too-many-arguments) | |
R: 72, 0: Too few public methods (0/2) (too-few-public-methods) | |
asdadas | |
da | |
sda | |
sd | |
------------------------------------------------------------------- | |
Your code has been rated at 9.05/10 (previous run: 10.00/10, -0.95) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment