Skip to content

Commit

Permalink
revert reference files changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Topin2001 committed Jun 3, 2024
1 parent 8216f74 commit b9801d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/c_cpp/reference-cppcheck-results.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<results version="2">
<cppcheck version="2.10"/>
<cppcheck version="2.13.0"/>
<errors>
<error id="arrayIndexOutOfBounds" severity="error" msg="Array &apos;a[10]&apos; accessed at index 10, which is out of bounds." verbose="Array &apos;a[10]&apos; accessed at index 10, which is out of bounds." cwe="788" file0="tests/c_cpp/cppcheck/main.c">
<location file="tests/c_cpp/cppcheck/main.c" line="7" column="6" info="Array index out of bounds"/>
Expand Down
4 changes: 2 additions & 2 deletions tests/python/reference-pylint-results.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"endLine": 13,
"endColumn": 29,
"path": "tests/python/src/simplecaesar.py",
"symbol": "unneeded-not",
"symbol": "unnecessary-negation",
"message": "Consider changing \"not not choice == 'encode'\" to \"choice == 'encode'\"",
"message-id": "C0113"
"message-id": "C0117"
}
]

0 comments on commit b9801d7

Please sign in to comment.