mirror of
https://github.com/rjNemo/underscore
synced 2026-06-06 02:26:42 +00:00
Fixed 5 linter issues identified in quality assessment: - first_test.go: Check error return in BenchmarkFirst - parallel_map_test.go: Check error returns in benchmarks (2 locations) - parallel_reduce_test.go: Check error return in BenchmarkParallelReduce - foldright.go: Fix comment formatting (proper indentation) All tests pass. Linter now reports 0 issues. Quality score: 9.6/10 → 10.0/10 (perfect) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
66 lines
861 B
Text
66 lines
861 B
Text
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
*.code-workspace
|
|
.history/
|
|
.idea/
|
|
cmake-build-*/
|
|
*.iws
|
|
out/
|
|
.idea_modules/
|
|
atlassian-ide-plugin.xml
|
|
com_crashlytics_export_strings.xml
|
|
crashlytics.properties
|
|
crashlytics-build.properties
|
|
fabric.properties
|
|
*~
|
|
.fuse_hidden*
|
|
.directory
|
|
.Trash-*
|
|
.nfs*
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.test
|
|
*.out
|
|
Thumbs.db
|
|
Thumbs.db:encryptable
|
|
ehthumbs.db
|
|
ehthumbs_vista.db
|
|
*.stackdump
|
|
[Dd]esktop.ini
|
|
$RECYCLE.BIN/
|
|
*.cab
|
|
*.msi
|
|
*.msix
|
|
*.msm
|
|
*.msp
|
|
*.lnk
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
Icon
|
|
._*
|
|
.DocumentRevisions-V100
|
|
.fseventsd
|
|
.Spotlight-V100
|
|
.TemporaryItems
|
|
.Trashes
|
|
.VolumeIcon.icns
|
|
.com.apple.timemachine.donotpresent
|
|
.AppleDB
|
|
.AppleDesktop
|
|
Network Trash Folder
|
|
Temporary Items
|
|
.apdisk
|
|
docs/public
|
|
.trivycache/
|
|
.vscode/launch.json
|
|
.claude
|
|
AGENTS.md
|
|
bench*txt
|
|
ACTION_PLAN.md
|