Skip to content

Commit e9cfc8e

Browse files
authored
Revert introduction of CodeQL error
1 parent 37c198f commit e9cfc8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c/misra/src/rules/DIR-4-2/UsageOfAssemblyLanguageShouldBeDocumented.ql

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import cpp
1515
import codingstandards.c.misra
1616
import codingstandards.cpp.rules.usageofassemblernotdocumented.UsageOfAssemblerNotDocumented
1717

18-
class UsageOfAssemblyLanguageShouldBeDocumentedQuery UsageOfAssemblerNotDocumentedSharedQuery
18+
class UsageOfAssemblyLanguageShouldBeDocumentedQuery extends UsageOfAssemblerNotDocumentedSharedQuery
1919
{
2020
UsageOfAssemblyLanguageShouldBeDocumentedQuery() {
2121
this = Language2Package::usageOfAssemblyLanguageShouldBeDocumentedQuery()

0 commit comments

Comments
 (0)