Commit 1058dfcf authored by canterburym's avatar canterburym
Browse files

Additional linting exception added

parent dae6dd17
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3,4 +3,5 @@ exceptedStrings = ["D.4.4: Enumerations for UDMServingSystemMethod start at 0, n
"D.4.4: Enumerations for EstablishmentStatus start at 0, not 1",
"D.4.4: Enumerations for MMSDirection start at 0, not 1",
"D.4.4: Enumerations for MMSReplyCharging start at 0, not 1",
"D.4.4: Enumerations for MMStatusExtension start at 0, not 1"]
"D.4.4: Enumerations for MMStatusExtension start at 0, not 1",
"D.4.4: Enumerations for RequestIndication start at 0, not 1"]