Skip to content

Commit

Permalink
ignore the board module imports in .pylintrc
Browse files Browse the repository at this point in the history
Signed-off-by: sommersoft <sommersoft@gmail.com>
  • Loading branch information
sommersoft committed Aug 25, 2018
1 parent 7fe15f7 commit 12e2e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ ignored-classes=optparse.Values,thread._local,_thread._local
# (useful for modules/projects where namespaces are manipulated during runtime
# and thus existing member attributes cannot be deduced by static analysis. It
# supports qualified module names, as well as Unix pattern matching.
ignored-modules=
ignored-modules=board

# Show a hint with possible names when a member name was not found. The aspect
# of finding the hint is based on edit distance.
Expand Down

0 comments on commit 12e2e7b

Please sign in to comment.