diff options
Diffstat (limited to 'internal/pkg/config')
-rw-r--r-- | internal/pkg/config/bgp_configs.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/pkg/config/bgp_configs.go b/internal/pkg/config/bgp_configs.go index 21e16fd8..0833e240 100644 --- a/internal/pkg/config/bgp_configs.go +++ b/internal/pkg/config/bgp_configs.go @@ -16,6 +16,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +//lint:file-ignore S1008 generated code. + package config import ( |