Skip to content

Assorted code cleanups

Alan Coopersmith requested to merge alanc/xkbevd:misc into master
  • gitlab CI: stop requiring Signed-off-by in commits
  • Variable scope reduction as suggested by cppcheck
  • Rename shadowed variables
  • cfgscan: check if character is EOF before calling isalpha or isdigit
  • xkbevd.c: Update default DFLT_XKB_CONFIG_ROOT path
  • eventTypeToString: remove unnecessary strcpy to static buffer
  • Add .git-blame-ignore-revs to hide whitespace commits from git blame

Merge request reports