Skip to content

Commit ff08d43

Browse files
paulirwinclaude
andcommitted
Exclude packages.lock.json from editorconfig checks
The packages.lock.json files are auto-generated by .NET and don't include a final newline, causing the editorconfig checker to fail. Since we can't control the format of these generated files, we exclude them from the checks. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent a022a27 commit ff08d43

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.editorconfig-checker.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"\\.resx$",
99
"\\.DotSettings$",
1010
"App\\.config$",
11-
"\\.htaccess$"
11+
"\\.htaccess$",
12+
"packages\\.lock\\.json$"
1213
],
1314
"AllowedContentTypes": [],
1415
"PassedFiles": [],

0 commit comments

Comments
 (0)