Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Charles Ferguson
streamedinput
Commits
962ebd38
Commit
962ebd38
authored
Mar 08, 2020
by
Charles Ferguson
Browse files
Update CI to latest version.
CI was failing due to changes in the python environment install.
parent
49590b90
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
ci
ci
+1
-1
pylintrc
pylintrc
+1
-4
No files found.
ci
@
317b0ea3
Compare
306b8d9f
...
317b0ea3
Subproject commit 3
06b8d9f3f9e70ac8f24bec22b3494a916ce8712
Subproject commit 3
17b0ea365f0ecfeae85dc8b76af67be4695b785
pylintrc
View file @
962ebd38
...
...
@@ -14,9 +14,6 @@
# being processed.
init-hook=exec("_x=PyLinter.set_current_module\ndef _new_set_module(self, module, file=None, oldfunc=_x):\n print('Checking {}{}'.format(module, ' ('+file+')' if file else ''))\n return oldfunc(self, module, file)\n\nPyLinter.set_current_module = _new_set_module")
# Profiled execution.
profile=no
# Add files or directories to the blacklist. They should be base names, not
# paths.
ignore=CVS
...
...
@@ -61,7 +58,7 @@ enable=all
# Disable all messages we disagree with.
# N.B. Although the documentation suggests we can safely use multiple lines for 'enable' and 'disable' keywords, this is
# not true: they must all be listed on one long line.
disable=missing-docstring, too-few-public-methods, too-many-locals, too-many-branches, too-many-public-methods, fixme, too-many-statements, too-many-return-statements, too-many-instance-attributes, too-many-arguments, too-many-lines, invalid-name, locally-disabled, suppressed-message, superfluous-parens, file-ignored, bad-continuation, no-else-return, useless-object-inheritance, useless-suppression
disable=missing-docstring, too-few-public-methods, too-many-locals, too-many-branches, too-many-public-methods, fixme, too-many-statements, too-many-return-statements, too-many-instance-attributes, too-many-arguments, too-many-lines, invalid-name, locally-disabled, suppressed-message, superfluous-parens, file-ignored, bad-continuation, no-else-return, useless-object-inheritance, useless-suppression
, duplicate-code
# TODO We need to re-enable the following checks at some point:
# - bad-continuation
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment