diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/pyang_plugins/bgpyang2golang.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/pyang_plugins/bgpyang2golang.py b/tools/pyang_plugins/bgpyang2golang.py index 01ee9c3b..e2545135 100644 --- a/tools/pyang_plugins/bgpyang2golang.py +++ b/tools/pyang_plugins/bgpyang2golang.py @@ -39,6 +39,7 @@ _COPYRIGHT_NOTICE = """ // See the License for the specific language governing permissions and // limitations under the License. +//lint:file-ignore S1008 generated code. """ EQUAL_TYPE_LEAF = 0 |