Created
May 15, 2021 21:03
-
-
Save AchmadFathoni/88b832440834c458b55df3d588c49eb2 to your computer and use it in GitHub Desktop.
Integrating Pylint with ROS Python Package using `pylintrc` file
This file contains 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
[MASTER] | |
init-hook='import sys; sys.path.append("src")' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Put that
pylintrc
to package root directory. The final package file tree should be like thisAnd now pylint won't complain if you import like this