mirror of
https://github.com/ivuorinen/gibidify.git
synced 2026-02-19 10:51:27 +00:00
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:
@@ -79,9 +79,9 @@ func TestLoadConfigWithValidation(t *testing.T) {
|
||||
configContent := `
|
||||
fileSizeLimit: 100
|
||||
ignoreDirectories:
|
||||
- node_modules
|
||||
- ""
|
||||
- .git
|
||||
- node_modules
|
||||
- ""
|
||||
- .git
|
||||
`
|
||||
|
||||
tempDir := t.TempDir()
|
||||
|
||||
Reference in New Issue
Block a user