fix(style): resolve EditorConfig indentation issues

Fix indentation violations in test files to comply with EditorConfig rules:
- Remove unnecessary indentation in YAML list items in config/loader_test.go
- Add missing final newline in config/loader_test.go
- Restore original tab indentation in scripts/security-scan.sh

Co-authored-by: ivuorinen <11024+ivuorinen@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-10-04 23:30:46 +00:00
parent e9bd694685
commit b153a842a7
2 changed files with 249 additions and 249 deletions

View File

@@ -79,9 +79,9 @@ func TestLoadConfigWithValidation(t *testing.T) {
configContent := `
fileSizeLimit: 100
ignoreDirectories:
- node_modules
- ""
- .git
- node_modules
- ""
- .git
`
tempDir := t.TempDir()