Commit 889f777
committed
Use
The github.com/arduino/go-paths-helper Go module is used for the management of filesystem paths in Arduino Lint.
Previously, this module did not provide an Lstat capability so the function from the os package was used.
An Lstat method was added in github.com/arduino/go-paths-helper@1.12.0 so it is now possible to bring this previously
inconsistent part of the path handling code into alignment with that of the rest of the Arduino Lint codebase.Lstat method from github.com/arduino/go-paths-helper module1 parent 26df5d7 commit 889f777
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
| 149 | + | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
0 commit comments