Skip to content

Commit 4130ed6

Browse files
authored
Merge pull request #91 from aerostack2/pariaspe-patch-1
Remove duplicated pylint args
2 parents 78849a2 + 12314e2 commit 4130ed6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/_09_development/_develop_guide/_develop_guide/_setting_code.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,6 @@ Open your ``settings.json`` file from VSCode and add the following content to it
8686
},
8787
// isort to enforce propper import order
8888
"isort.args": ["--line-length", "99", "--force-alphabetical-sort-within-sections", "--profile", "black", "--force-sort-within-sections"],
89-
"pylint.args": ["--disable=B902,C816,D100,D101,D102,D103,D104,D105,D106,D107,D203,D212,D404,I202",
90-
"--max-line-length=99", "--import-order-style=google", "--show-source=true",
91-
"--statistics=true"
92-
]
9389
9490
Newer versions of ROS 2 include upgraded flake8 (in ament_flake8), so it is preferable to use
9591
flake8 from VSCode too instead of pylint. To do so, use, instead of the 'pylint.args' settings,
@@ -125,4 +121,4 @@ Make sure you have installed ``cpplint``. If not, install it by running:
125121
126122
pip install --user cpplint
127123
128-
Once it is installed, copy the path to the package binaries to the variable 'cpplint.cpplintPath' in your 'settings.json' file.
124+
Once it is installed, copy the path to the package binaries to the variable 'cpplint.cpplintPath' in your 'settings.json' file.

0 commit comments

Comments
 (0)