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
➜ ~/Workspace/kuknitin/superfile git:(main) [10:07:22] goreportcard-cli -v
Grade ........... A+ 97.1%
Files ................. 33
Issues ................. 8
gofmt ............... 100%
go_vet .............. 100%
gocyclo .............. 75%
src/internal/config_function.go
Line 246: warning: cyclomatic complexity 16 of function LoadAllDefaultConfig() is high (> 15) (gocyclo)
src/internal/handle_file_operations.go
Line 401: warning: cyclomatic complexity 16 of function (*model).pasteItem() is high (> 15) (gocyclo)
src/internal/key_function.go
Line 17: warning: cyclomatic complexity 35 of function (*model).mainKey() is high (> 15) (gocyclo)
Line 139: warning: cyclomatic complexity 23 of function (*model).normalAndBrowserModeKey() is high (> 15) (gocyclo)
src/internal/model_render.go
Line 79: warning: cyclomatic complexity 29 of function (*model).filePanelRender() is high (> 15) (gocyclo)
Line 587: warning: cyclomatic complexity 28 of function (*model).filePreviewPanelRender() is high (> 15) (gocyclo)
Line 458: warning: cyclomatic complexity 22 of function (*model).helpMenuRender() is high (> 15) (gocyclo)
Line 195: warning: cyclomatic complexity 18 of function (*model).processBarRender() is high (> 15) (gocyclo)
src/internal/file_operations.go
Line 163: warning: cyclomatic complexity 21 of function pasteDir() is high (> 15) (gocyclo)
src/internal/file_operations_extract.go
Line 87: warning: cyclomatic complexity 20 of function unzip() is high (> 15) (gocyclo)
src/internal/function.go
Line 279: warning: cyclomatic complexity 20 of function (*model).returnMetaData() is high (> 15) (gocyclo)
Line 45: warning: cyclomatic complexity 16 of function returnDirElement() is high (> 15) (gocyclo)
src/internal/handle_panel_movement.go
Line 410: warning: cyclomatic complexity 18 of function (*model).controlSideBarListUp() is high (> 15) (gocyclo)
Line 478: warning: cyclomatic complexity 17 of function (*model).controlSideBarListDown() is high (> 15) (gocyclo)
ineffassign ......... 100%
license ............. 100%
misspell ............ 100%
➜ ~/Workspace/kuknitin/superfile git:(main) [10:07:35]
I dont know what is going on, but this "B" doesn't look good.
Can someone dig into this and get it fixed ?
The text was updated successfully, but these errors were encountered:
Go report of the code says "B" as per website
while locally running it says A+
Details
I dont know what is going on, but this "B" doesn't look good.
Can someone dig into this and get it fixed ?
The text was updated successfully, but these errors were encountered: