You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: Consolidate file permission constants and eliminate hardcoded values (#158)
- Remove duplication between utils/files.go and constants/permissions.go
- Delete utils/files.go and standardize on constants package for permissions
- Update 14 files to use constants.DefaultFilePerms and constants.DefaultDirPerms
- Replace hardcoded 0644 and 0755 values with named constants in tool runners
- Improve code maintainability with single source of truth for file permissions
0 commit comments