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
All threads resolved!
Compare changes
- Fabian Seidl authored
@@ -18,9 +26,10 @@ type Service interface {
@@ -28,11 +37,13 @@ func NewRoutingTableService(
@@ -57,7 +68,12 @@ func (r *RoutingTableService) createRoutingTable(routingTable RoutingTable) (Rou
@@ -67,6 +83,11 @@ func (r *RoutingTableService) Update(routingTable RoutingTable) error {
@@ -77,6 +98,11 @@ func (r *RoutingTableService) Delete(routingTable RoutingTable) error {