Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ Available checkers include:
| **`global_variable`** | check global variables used |
| **`goto`** | check if goto used |
| **`indenting`** | check indenting consistent with functions, and tabs/spaces not mixed within function |
| **`integer_ascii_code`** | check integer constants not used for ASCII codes e.g. 10 instead of ' |
| ' |
| **`integer_ascii_code`** | check integer constants not used for ASCII codes e.g. 10 instead of '\n' |
| **`multiple_malloc`** | check if malloc is called in more than 1 location (for exercises where this is not permitted) |
| **`non_char_array`** | check for use of array other than char array (for exercises where this is not permitted) |
| **`static_local_variable`** | check for use of static local variables |
Expand Down