- Dec 10, 2023
-
-
Viorel-Gabriel MOCANU (94548) authored
- Update `checker.sh`. - Update `run_all.sh` to display `Total` points at the beginning of the line. Signed-off-by:
Gabriel Mocanu <viorel.mocanu@upb.ro>
-
- Dec 08, 2023
-
-
Viorel-Gabriel MOCANU (94548) authored
Fix shellcheck warnings Signed-off-by:
Gabriel Mocanu <viorel.mocanu@upb.ro>
-
- Dec 07, 2023
-
-
- Update assignment content to new structure - Add `grade.sh` script Signed-off-by:
Gabriel Mocanu <viorel.mocanu@upb.ro>
-
- May 13, 2023
-
-
Razvan Deaconescu authored
`pack` rule is used to create submission archive. Signed-off-by:
Razvan Deaconescu <razvan.deaconescu@upb.ro>
-
Razvan Deaconescu authored
Update configuration files for assignment-mini-shell. Signed-off-by:
Razvan Deaconescu <razvan.deaconescu@upb.ro>
-
Razvan Deaconescu authored
Add skeleton files (`src/`), support files (`util/`), tests (`tests/`) and `README.md`. Signed-off-by:
Razvan Deaconescu <razvan.deaconescu@upb.ro>
-
- Apr 28, 2023
-
-
Razvan Deaconescu authored
Ignore `readability/todo` rule. This gives an unpleasant warning to use `TODO(username)` as part of TODO comment items. Just allow simple `TODO` comment items. Signed-off-by:
Razvan Deaconescu <razvan.deaconescu@upb.ro>
-
- Apr 06, 2023
-
-
Razvan Deaconescu authored
Ignore `build/include_subdir` rule. This gives a rather abnoxious warning if you simply include "test.h". It should be written as "./test.h", but that's uncommon. Signed-off-by:
Razvan Deaconescu <razvan.deaconescu@upb.ro>
-
- Mar 28, 2023
-
-
Razvan Deaconescu authored
Signed-off-by:
Razvan Deaconescu <razvan.deaconescu@upb.ro>
-
Razvan Deaconescu authored
Signed-off-by:
Razvan Deaconescu <razvan.deaconescu@upb.ro>
-
Razvan Deaconescu authored
Signed-off-by:
Razvan Deaconescu <razvan.deaconescu@upb.ro>
-
Razvan Deaconescu authored
Add instructions on using the checker: local, remote, Moodle. Signed-off-by:
Razvan Deaconescu <razvan.deaconescu@upb.ro>
-
Razvan Deaconescu authored
First run `make check`, then `make lint`. This is useful because Moodle only extract the first 300 lines of output. If `make lint` is first, that output is typically covered by the linter output, leaving out students from seeing the checker output (which is more important). Signed-off-by:
Razvan Deaconescu <razvan.deaconescu@upb.ro>
-
- Mar 26, 2023
-
-
Razvan Deaconescu authored
Copy hidden `.checkpatch.conf` and `.shellcheckrc` in temporary folder that will be mounted for running Docker interactively. Signed-off-by:
Razvan Deaconescu <razvan.deaconescu@upb.ro>
-
Razvan Deaconescu authored
Replace default DockerHub registry. Signed-off-by:
Razvan Deaconescu <razvan.deaconescu@upb.ro>
-
Razvan Deaconescu authored
Signed-off-by:
Razvan Deaconescu <razvan.deaconescu@upb.ro>
-
Razvan Deaconescu authored
This improves the visibility of linter messages. Signed-off-by:
Razvan Deaconescu <razvan.deaconescu@upb.ro>
-
Razvan Deaconescu authored
Ignore general output files: object files, libraries, archives, temporary files. Signed-off-by:
Razvan Deaconescu <razvan.deaconescu@upb.ro>
-
Razvan Deaconescu authored
These are setup and checker files for Operating Systems assignments. Signed-off-by:
Razvan Deaconescu <razvan.deaconescu@upb.ro>
-