-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove lint exclude for directory permissions
This removes the linting exclusion for warning about directories being created with too open of permissions. We only had one instance of a directory being created with 755. This does not appear to be needed. Permissions changed to 750 and golangci-lint exclusion for the warning is now removed. Signed-off-by: Sean McGinnis <[email protected]>
- Loading branch information
1 parent
59c620c
commit f8e5fda
Showing
2 changed files
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters