Skip to content

Commit

Permalink
Address PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
AniruddhaKanhere committed Feb 22, 2024
1 parent f8ae6a9 commit 56c9b15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required ( VERSION 3.13.0 )
project ( "Defender unit test"
VERSION 1.0.0
VERSION 1.3.0
LANGUAGES C )

# Allow the project to be organized into folders.
Expand Down
2 changes: 1 addition & 1 deletion tools/coverity/misra.config
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{
"deviation": "Rule 3.1",
"category": "Required",
"reason": "Allow nested comments. Doßcumentation blocks contain comments for example code."
"reason": "Allow nested comments. Documentation blocks contain comments for example code."
},
{
"deviation": "Rule 8.7",
Expand Down

0 comments on commit 56c9b15

Please sign in to comment.