File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 191191 "simple" : true
192192 },
193193 "revive" : {
194- "config" : " .revive.toml"
194+ "rules" : [
195+ {
196+ "name" : " var-naming" ,
197+ "disabled" : true
198+ }
199+ ]
195200 },
196201 "unparam" : {
197202 "check-exported" : false
Original file line number Diff line number Diff line change 11// Package types defines the core data structures and interfaces for the BSV Overlay Discovery Services.
22// enabling interaction with SHIP (Service Host Interconnect Protocol) and SLAP (Service Lookup Availability Protocol) systems.
3- //
4- //nolint:revive // Package name is descriptive in context
53package types
64
75import (
Original file line number Diff line number Diff line change 1- //nolint // utils is a standard package name for utility functions
1+ // Package utils provides utility functions for validating URIs and service names.
22package utils
33
44import (
You can’t perform that action at this time.
0 commit comments