Skip to content

Commit e1cfd6d

Browse files
committed
fix: exclude performance test data from linting and fix formatting
- Added __performance__ directory to .gitignore to exclude from linting - Fixed biome formatting issues in performance test file - Performance test data files are now properly excluded from code quality checks
1 parent 617d1f4 commit e1cfd6d

3 files changed

Lines changed: 2212 additions & 2192 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,3 +109,4 @@ dist/
109109
*.env.*
110110
!src/detection/__data__/*.env.*
111111
release/
112+
src/extraction/__performance__/

0 commit comments

Comments
 (0)