Skip to content

Commit

Permalink
fix test after merge (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu42Network authored Nov 29, 2023
1 parent a76f1dc commit 68cf1b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/rules/samples/ko_struct_name.out
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,5 @@ Error: FORBIDDEN_TYPEDEF (line: 5, col: 1): Typedef declaration are not a
Error: BRACE_NEWLINE (line: 5, col: 21): Expected newline before brace
Error: USER_DEFINED_TYPEDEF (line: 8, col: 25): User defined typedef must start with t_
Error: USER_DEFINED_TYPEDEF (line: 10, col: 5): User defined typedef must start with t_
Error: FORBIDDEN_TYPEDEF (line: 12, col: 1): Typedef declaration are not allowed in .c files
Error: NO_TAB_BF_TYPEDEF (line: 15, col: 2): Missing whitespace before typedef name

0 comments on commit 68cf1b7

Please sign in to comment.