Skip to content

Commit

Permalink
paths fix for check tool
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianstephens committed Mar 12, 2024
1 parent d085a02 commit 3956d51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platformio/check/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ def cli(
)

default_src_filters = [
"+<%s>" % os.path.basename(config.get("platformio", "src_dir")),
"+<%s>" % os.path.basename(config.get("platformio", "include_dir")),
"+<%s>" % os.path.relpath(config.get("platformio", "src_dir")),
"+<%s>" % os.path.relpath(config.get("platformio", "include_dir")),
]

env_src_filters = (
Expand Down

0 comments on commit 3956d51

Please sign in to comment.