Playing around with yaml #27
25 new issues (0 max.) of at least severity.
Here is an overview of what got changed by this pull request:
Issues
======
- Added 25
Complexity increasing per file
==============================
- src/commands/help.c 11
- src/yaml_config.c 184
- src/yaml_gate.c 25
- src/yaml_help.c 31
- src/yaml_rooms.c 108
- src/yaml_util.c 34
- utils/convert_to_yaml.py 90
Complexity decreasing per file
==============================
+ src/commands/reload_room.c -4
Clones added
============
- src/yaml_config.c 14
- src/yaml_help.c 7
- src/yaml_rooms.c 7
Clones removed
==============
+ src/commands/reload_room.c -6
See the complete overview on Codacy
Annotations
Check warning on line 5 in src/includes/yaml.h
codacy-production / Codacy Static Code Analysis
src/includes/yaml.h#L5
Include file: <stdbool.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.
Check warning on line 21 in src/yaml_config.c
codacy-production / Codacy Static Code Analysis
src/yaml_config.c#L21
Include file: <stdio.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.
Check warning on line 22 in src/yaml_config.c
codacy-production / Codacy Static Code Analysis
src/yaml_config.c#L22
Include file: <stdlib.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.
Check warning on line 23 in src/yaml_config.c
codacy-production / Codacy Static Code Analysis
src/yaml_config.c#L23
Include file: <string.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.
Check warning on line 24 in src/yaml_config.c
codacy-production / Codacy Static Code Analysis
src/yaml_config.c#L24
Include file: <strings.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.
Check warning on line 25 in src/yaml_config.c
codacy-production / Codacy Static Code Analysis
src/yaml_config.c#L25
Include file: <time.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.
Check warning on line 4 in src/yaml_gate.c
codacy-production / Codacy Static Code Analysis
src/yaml_gate.c#L4
Include file: <dirent.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.
Check warning on line 5 in src/yaml_gate.c
codacy-production / Codacy Static Code Analysis
src/yaml_gate.c#L5
Include file: <stdio.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.
Check warning on line 6 in src/yaml_gate.c
codacy-production / Codacy Static Code Analysis
src/yaml_gate.c#L6
Include file: <string.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.
Check warning on line 7 in src/yaml_gate.c
codacy-production / Codacy Static Code Analysis
src/yaml_gate.c#L7
Include file: <sys/stat.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.
Check warning on line 20 in src/yaml_help.c
codacy-production / Codacy Static Code Analysis
src/yaml_help.c#L20
Include file: <stdio.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.
Check warning on line 21 in src/yaml_help.c
codacy-production / Codacy Static Code Analysis
src/yaml_help.c#L21
Include file: <stdlib.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.
Check warning on line 22 in src/yaml_help.c
codacy-production / Codacy Static Code Analysis
src/yaml_help.c#L22
Include file: <string.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.
Check warning on line 21 in src/yaml_rooms.c
codacy-production / Codacy Static Code Analysis
src/yaml_rooms.c#L21
Include file: <stdio.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.
Check warning on line 22 in src/yaml_rooms.c
codacy-production / Codacy Static Code Analysis
src/yaml_rooms.c#L22
Include file: <stdlib.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.
Check warning on line 23 in src/yaml_rooms.c
codacy-production / Codacy Static Code Analysis
src/yaml_rooms.c#L23
Include file: <string.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.
Check warning on line 5 in src/yaml_util.c
codacy-production / Codacy Static Code Analysis
src/yaml_util.c#L5
Include file: <stdarg.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.
Check warning on line 6 in src/yaml_util.c
codacy-production / Codacy Static Code Analysis
src/yaml_util.c#L6
Include file: <stdlib.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.
Check warning on line 7 in src/yaml_util.c
codacy-production / Codacy Static Code Analysis
src/yaml_util.c#L7
Include file: <string.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.
Check warning on line 8 in src/yaml_util.c
codacy-production / Codacy Static Code Analysis
src/yaml_util.c#L8
Include file: <strings.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.
Check notice on line 2 in utils/convert_to_yaml.py
codacy-production / Codacy Static Code Analysis
utils/convert_to_yaml.py#L2
1 blank line required between summary line and description (found 0) (D205)
Check notice on line 2 in utils/convert_to_yaml.py
codacy-production / Codacy Static Code Analysis
utils/convert_to_yaml.py#L2
First line should end with a period, question mark, or exclamation point (not 'e') (D415)
Check notice on line 2 in utils/convert_to_yaml.py
codacy-production / Codacy Static Code Analysis
utils/convert_to_yaml.py#L2
Multi-line docstring summary should start at the first line (D212)
Check notice on line 171 in utils/convert_to_yaml.py
codacy-production / Codacy Static Code Analysis
utils/convert_to_yaml.py#L171
Multi-line docstring summary should start at the second line (D213)
Check warning on line 244 in utils/convert_to_yaml.py
codacy-production / Codacy Static Code Analysis
utils/convert_to_yaml.py#L244
convert_rooms is too complex (18) (MC0001)