Skip to content

Commit

Permalink
fix pylint warning "Bad option value 'bad-continuation'": pylint-dev/…
Browse files Browse the repository at this point in the history
  • Loading branch information
pustotnik committed Apr 13, 2021
1 parent 551e535 commit c44ceac
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 23 deletions.
2 changes: 1 addition & 1 deletion tests/common.py
@@ -1,7 +1,7 @@
# coding=utf-8
#

# pylint: disable = missing-docstring, invalid-name, bad-continuation
# pylint: disable = missing-docstring, invalid-name

"""
Copyright (c) 2019, Alexander Magola. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion tests/func_autoconfig_test.py
Expand Up @@ -2,7 +2,7 @@
#

# pylint: disable = wildcard-import, unused-wildcard-import
# pylint: disable = missing-docstring, invalid-name, bad-continuation
# pylint: disable = missing-docstring, invalid-name
# pylint: disable = unused-argument, no-member, attribute-defined-outside-init
# pylint: disable = too-many-lines, too-many-branches, too-many-statements

Expand Down
2 changes: 1 addition & 1 deletion tests/func_base_test.py
Expand Up @@ -2,7 +2,7 @@
#

# pylint: disable = wildcard-import, unused-wildcard-import
# pylint: disable = missing-docstring, invalid-name, bad-continuation
# pylint: disable = missing-docstring, invalid-name
# pylint: disable = unused-argument, no-member, attribute-defined-outside-init
# pylint: disable = too-many-lines, too-many-branches, too-many-statements

Expand Down
2 changes: 1 addition & 1 deletion tests/func_indycmd_test.py
Expand Up @@ -2,7 +2,7 @@
#

# pylint: disable = wildcard-import, unused-wildcard-import
# pylint: disable = missing-docstring, invalid-name, bad-continuation
# pylint: disable = missing-docstring, invalid-name
# pylint: disable = unused-argument, no-member, attribute-defined-outside-init
# pylint: disable = too-many-lines, too-many-branches, too-many-statements

Expand Down
2 changes: 1 addition & 1 deletion tests/func_install_test.py
Expand Up @@ -2,7 +2,7 @@
#

# pylint: disable = wildcard-import, unused-wildcard-import
# pylint: disable = missing-docstring, invalid-name, bad-continuation
# pylint: disable = missing-docstring, invalid-name
# pylint: disable = unused-argument, no-member, attribute-defined-outside-init
# pylint: disable = too-many-lines, too-many-branches, too-many-statements

Expand Down
2 changes: 1 addition & 1 deletion tests/func_misc_test.py
Expand Up @@ -2,7 +2,7 @@
#

# pylint: disable = wildcard-import, unused-wildcard-import
# pylint: disable = missing-docstring, invalid-name, bad-continuation
# pylint: disable = missing-docstring, invalid-name
# pylint: disable = unused-argument, no-member, attribute-defined-outside-init
# pylint: disable = too-many-lines, too-many-branches, too-many-statements

Expand Down
2 changes: 1 addition & 1 deletion tests/func_taskfeature_test.py
Expand Up @@ -2,7 +2,7 @@
#

# pylint: disable = wildcard-import, unused-wildcard-import
# pylint: disable = missing-docstring, invalid-name, bad-continuation
# pylint: disable = missing-docstring, invalid-name
# pylint: disable = unused-argument, no-member, attribute-defined-outside-init
# pylint: disable = too-many-lines, too-many-branches, too-many-statements

Expand Down
2 changes: 1 addition & 1 deletion tests/func_toolchain_test.py
Expand Up @@ -2,7 +2,7 @@
#

# pylint: disable = wildcard-import, unused-wildcard-import
# pylint: disable = missing-docstring, invalid-name, bad-continuation
# pylint: disable = missing-docstring, invalid-name
# pylint: disable = unused-argument, no-member, attribute-defined-outside-init
# pylint: disable = too-many-lines, too-many-branches, too-many-statements

Expand Down
2 changes: 1 addition & 1 deletion tests/func_utils.py
Expand Up @@ -2,7 +2,7 @@
#

# pylint: disable = wildcard-import, unused-wildcard-import
# pylint: disable = missing-docstring, invalid-name, bad-continuation
# pylint: disable = missing-docstring, invalid-name
# pylint: disable = unused-argument, no-member, attribute-defined-outside-init
# pylint: disable = too-many-lines, too-many-branches, too-many-statements
# pylint: disable = line-too-long
Expand Down
2 changes: 1 addition & 1 deletion tests/test_buildconf_processing.py
Expand Up @@ -2,7 +2,7 @@
#

# pylint: disable = wildcard-import, unused-wildcard-import
# pylint: disable = missing-docstring, invalid-name, bad-continuation
# pylint: disable = missing-docstring, invalid-name
# pylint: disable = too-many-statements, protected-access, unused-variable

"""
Expand Down
2 changes: 1 addition & 1 deletion tests/test_buildconf_select.py
Expand Up @@ -2,7 +2,7 @@
#

# pylint: disable = wildcard-import, unused-wildcard-import
# pylint: disable = missing-docstring, invalid-name, bad-continuation
# pylint: disable = missing-docstring, invalid-name
# pylint: disable = no-member, redefined-outer-name
# pylint: disable = attribute-defined-outside-init

Expand Down
2 changes: 1 addition & 1 deletion tests/test_buildconf_validator.py
Expand Up @@ -2,7 +2,7 @@
#

# pylint: disable = wildcard-import, unused-wildcard-import
# pylint: disable = missing-docstring, invalid-name, bad-continuation
# pylint: disable = missing-docstring, invalid-name
# pylint: disable = no-member, attribute-defined-outside-init

"""
Expand Down
2 changes: 1 addition & 1 deletion tests/test_cli.py
Expand Up @@ -2,7 +2,7 @@
#

# pylint: disable = wildcard-import, unused-wildcard-import, unused-import
# pylint: disable = missing-docstring, invalid-name, bad-continuation
# pylint: disable = missing-docstring, invalid-name
# pylint: disable = no-member, attribute-defined-outside-init

"""
Expand Down
2 changes: 1 addition & 1 deletion tests/test_features.py
@@ -1,7 +1,7 @@
# coding=utf-8
#

# pylint: disable = missing-docstring, invalid-name, bad-continuation
# pylint: disable = missing-docstring, invalid-name

"""
Copyright (c) 2020, Alexander Magola. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion tests/test_features_toolchainvars.py
@@ -1,7 +1,7 @@
# coding=utf-8
#

# pylint: disable = missing-docstring, invalid-name, bad-continuation
# pylint: disable = missing-docstring, invalid-name
# pylint: disable = too-many-statements

"""
Expand Down
2 changes: 1 addition & 1 deletion tests/test_pathutils.py
Expand Up @@ -2,7 +2,7 @@
#

# pylint: disable = wildcard-import, unused-wildcard-import
# pylint: disable = missing-docstring, invalid-name, bad-continuation
# pylint: disable = missing-docstring, invalid-name
# pylint: disable = too-many-statements, protected-access

"""
Expand Down
2 changes: 1 addition & 1 deletion tests/test_starter.py
Expand Up @@ -3,7 +3,7 @@

# _pylint: skip-file
# pylint: disable = wildcard-import, unused-wildcard-import, unused-import
# pylint: disable = missing-docstring, invalid-name, bad-continuation
# pylint: disable = missing-docstring, invalid-name

"""
Copyright (c) 2019, Alexander Magola. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion tests/test_toolchains.py
Expand Up @@ -2,7 +2,7 @@
#

# _pylint: skip-file
# pylint: disable = missing-docstring, invalid-name, bad-continuation
# pylint: disable = missing-docstring, invalid-name

"""
Copyright (c) 2019, Alexander Magola. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion tests/test_utils.py
@@ -1,7 +1,7 @@
# coding=utf-8
#

# pylint: disable = missing-docstring, invalid-name, bad-continuation
# pylint: disable = missing-docstring, invalid-name
# pylint: disable = too-many-statements, protected-access

"""
Expand Down
2 changes: 1 addition & 1 deletion tests/test_waf_assist.py
Expand Up @@ -2,7 +2,7 @@
#

# pylint: disable = wildcard-import, unused-wildcard-import
# pylint: disable = missing-docstring, invalid-name, bad-continuation
# pylint: disable = missing-docstring, invalid-name
# pylint: disable = too-many-statements

"""
Expand Down
2 changes: 1 addition & 1 deletion tests/test_waf_configure.py
Expand Up @@ -3,7 +3,7 @@

# _pylint: skip-file
# pylint: disable = wildcard-import, unused-wildcard-import, unused-import
# pylint: disable = missing-docstring, invalid-name, bad-continuation
# pylint: disable = missing-docstring, invalid-name
# pylint: disable = no-member, redefined-outer-name

"""
Expand Down
3 changes: 1 addition & 2 deletions tests/test_waf_context.py
@@ -1,9 +1,8 @@
# coding=utf-8
#

# _pylint: skip-file
# pylint: disable = wildcard-import, unused-wildcard-import
# pylint: disable = missing-docstring, invalid-name, bad-continuation
# pylint: disable = missing-docstring, invalid-name
# pylint: disable = no-member

"""
Expand Down

0 comments on commit c44ceac

Please sign in to comment.