Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linter for package semaphore #31

Closed
nabbar opened this issue Jul 23, 2020 · 0 comments · Fixed by #59
Closed

Linter for package semaphore #31

nabbar opened this issue Jul 23, 2020 · 0 comments · Fixed by #59
Labels
Linter Linter report

Comments

@nabbar
Copy link
Owner

nabbar commented Jul 23, 2020

semaphore/error.go:49:2: missing cases in switch of type errors.CodeError: UNK_ERROR (exhaustive)
	switch code {
	^
@nabbar nabbar added the Linter Linter report label Jul 23, 2020
nabbar pushed a commit that referenced this issue Sep 22, 2020
# Refactor Package Archive : 
- Use ioutils.FileProgress instead of os.Files
- Add func for extract all files in archive

# Add Package Artifact : 
- add function to manage artifact search & download
- add endpoint github
- add endpoint gilab
- add endpoint s3aws

# Add Package AWS : 
- add helper for custom config
- add helper for aws config (with auto conf env, ec2, ...)
- add helper for iam/s3 functions
- add test ginkgo/gomega with minio

# Add Package OAuth : 
- Add function to get http.client for oauth with token
- Add function to get http.client for oauth with tokenSource
- Add function to get http.client for oauth with api key/code

# Add FileProgress in ioutils package : 
- Add fileprogress based on os.File, temporary file, openning file (basic), open File with mode
- Implement feature to update function for progression operation like read, write into a file
- Implement interface of io : Read, Write, Seek, Closer, ReaderFrom, WriteTo, ReaderAt, WriteAt, StringWrite...
- use buffer defined as same as bufio buffer 

# Refactor Package Progress & Semaphore : 
- refactor context managment 
- simplify context 

# Add features in Package Progress : 
- Add complex bar features 
- Add unic progress features

# Change in Package Errors : 
- Fix trace
- Add new package starting Code

# Fix linter : 
- fix Linter for package ioutils : #46 
- fix Linter for package version: #45 
- fix Linter for package password: #44 
- fix Linter for package smtp: #41 
- fix Linter for package status #39 
- fix Linter for package archive: #37 
- fix Linter for package certificates: #36 
- fix Linter for package console: #35 
- fix Linter for package crypt: #34
- fix Linter for package httpserver: #32 
- fix Linter for package semaphore: #31
nabbar pushed a commit that referenced this issue Aug 16, 2023
# Refactor Package Archive : 
- Use ioutils.FileProgress instead of os.Files
- Add func for extract all files in archive

# Add Package Artifact : 
- add function to manage artifact search & download
- add endpoint github
- add endpoint gilab
- add endpoint s3aws

# Add Package AWS : 
- add helper for custom config
- add helper for aws config (with auto conf env, ec2, ...)
- add helper for iam/s3 functions
- add test ginkgo/gomega with minio

# Add Package OAuth : 
- Add function to get http.client for oauth with token
- Add function to get http.client for oauth with tokenSource
- Add function to get http.client for oauth with api key/code

# Add FileProgress in ioutils package : 
- Add fileprogress based on os.File, temporary file, openning file (basic), open File with mode
- Implement feature to update function for progression operation like read, write into a file
- Implement interface of io : Read, Write, Seek, Closer, ReaderFrom, WriteTo, ReaderAt, WriteAt, StringWrite...
- use buffer defined as same as bufio buffer 

# Refactor Package Progress & Semaphore : 
- refactor context managment 
- simplify context 

# Add features in Package Progress : 
- Add complex bar features 
- Add unic progress features

# Change in Package Errors : 
- Fix trace
- Add new package starting Code

# Fix linter : 
- fix Linter for package ioutils : #46 
- fix Linter for package version: #45 
- fix Linter for package password: #44 
- fix Linter for package smtp: #41 
- fix Linter for package status #39 
- fix Linter for package archive: #37 
- fix Linter for package certificates: #36 
- fix Linter for package console: #35 
- fix Linter for package crypt: #34
- fix Linter for package httpserver: #32 
- fix Linter for package semaphore: #31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Linter Linter report
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant