-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix and enhance the 'Bit_Records_Without_Layout_Definition' rule
- Loading branch information
1 parent
1f60a15
commit 4f2aaa0
Showing
3 changed files
with
23 additions
and
5 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
lkql_checker/share/lkql/bit_records_without_layout_definition.lkql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,16 @@ | ||
bit.ads:11:9: rule violation: bit record without layout definition | ||
11 | type Rec2_PP is record -- FLAG | ||
bit.ads:13:9: rule violation: bit record without layout definition | ||
13 | type Rec2_PP is record -- FLAG | ||
| ^^^^^^^ | ||
|
||
bit.ads:17:9: rule violation: bit record without layout definition | ||
17 | type Rec2_PA is record -- FLAG | ||
bit.ads:19:9: rule violation: bit record without layout definition | ||
19 | type Rec2_PA is record -- FLAG | ||
| ^^^^^^^ | ||
|
||
bit.ads:23:9: rule violation: bit record without layout definition | ||
23 | type Rec3 is record -- FLAG | ||
| ^^^^ | ||
|
||
bit.ads:27:9: rule violation: bit record without layout definition | ||
27 | type Rec4 is record -- FLAG | ||
| ^^^^ | ||
|