main
Use a proper tokenizer for check-source.py rather than relying on string hacks
Add native CBOR parsing and drop libcbor2 as a dep
Add a test for 'goto' in the source checker
trivial: Add a check-source test for doxygen comments
Add some unit tests for check-source.py
trivial: Fix up the check-source tests for small single-line conditional
trivial: Check for get_ACTION(), not ACTION_get()
trivial: Find and fix a GError anti-pattern
trivial: Add a goblint.yml so developers can run it easily
trivial: Add a check-source test for magic constants
trivial: Check for small conditionals when checking code style
Add a style check for fu_strsafe() with an offset
trivial: Prefer param 'guint8 *buf' over 'guint8 buf[]'