FyshOS / fynedesk

A full desktop environment for Linux/Unix using Fyne
https://fyne.io/fynedesk/
Other
1.02k stars 47 forks source link

Fix/lint issues #241

Closed rafaelsousa closed 1 year ago

rafaelsousa commented 1 year ago
### Description:

Fixes #(issue)

Checklist:

Where applicable:

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 3918897145


Changes Missing Coverage Covered Lines Changed/Added Lines %
modules/status/brightness.go 0 2 0.0%
internal/ui/about.go 0 4 0.0%
internal/ui/settings_ui.go 0 4 0.0%
internal/x11/wm/stack.go 0 4 0.0%
internal/x11/property.go 0 8 0.0%
internal/x11/wm/property.go 0 12 0.0%
internal/x11/wm/desk.go 0 44 0.0%
<!-- Total: 0 78 0.0% -->
Files with Coverage Reduction New Missed Lines %
internal/x11/wm/desk.go 1 1.23%
modules/status/brightness.go 1 0%
internal/ui/launcher.go 8 50.36%
internal/ui/widgetpanel.go 19 70.18%
<!-- Total: 29 -->
Totals Coverage Status
Change from base Build 3878300944: -0.4%
Covered Lines: 1535
Relevant Lines: 5237

💛 - Coveralls
Jacalz commented 1 year ago

It looks like there still are a few places where ioutil has been removed. That will need to be added back.

rafaelsousa commented 1 year ago

We can't use os.ReadFile yet as we support back to Go 1.14 and it was not present then.

The os.Readfile references were reverted.