Commit 2c4d615
committed
Sync codespell configuration file with standardized asset
A standardized configuration file is now maintained for use with the codespell spell checker tool in Arduino tooling
projects.
This file contains the base configuration that is applicable to any project, upon which project-specific configuration
may be added.
Previously, the machine generated file package-lock.json was being spell checked, which resulted in a false positive.
Since even a true positive could not be resolved by editing that file, the solution is to ignore the file entirely, as
is already provided by the standardized configuration.1 parent fab2ac3 commit 2c4d615
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | | - | |
| 4 | + | |
3 | 5 | | |
| 6 | + | |
| 7 | + | |
4 | 8 | | |
5 | 9 | | |
6 | | - | |
| |||
0 commit comments