Resolve "Improve security by enabling and enforcing more linting rules"
Merged
requested to merge 242-improve-security-by-enabling-and-enforcing-more-linting-rules into develop
Compare changes
- Fabian Seidl authored
+ 17
− 4
@@ -13,6 +13,7 @@ import (
@@ -84,7 +85,10 @@ func (s *DeviceService) Add(deviceToAdd device.Device) error {
@@ -113,7 +117,10 @@ func (s *DeviceService) UpdateModel(deviceToUpdate device.Device, modelAsString
@@ -125,7 +132,10 @@ func (s *DeviceService) Update(deviceToUpdate device.Device) error {
@@ -143,7 +153,10 @@ func (s *DeviceService) Delete(deviceToDelete device.Device) error {