COBOL S1289 (COBOL.UnusedDataItem): Ignore EXTERNAL data items (#3985)

This commit is contained in:
Solal Pirelli 2025-03-10 10:00:37 +01:00 committed by GitHub
parent 3c16fb5a55
commit 5b31409df5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,6 +30,8 @@ MOVE "John" TO FIRST_NAME.
``++FILLER++`` top level data items and top level data items which have sub data items with a ``++VALUE++`` clause are not checked by this rule.
``++EXTERNAL++`` data items are not checked by this rule.
ifdef::env-github,rspecator-view[]
'''