From c0d584951a631ab70ae064dcdef805dd9d53ffee Mon Sep 17 00:00:00 2001 From: Gregor Grigorjan Date: Wed, 15 May 2024 07:39:55 +0300 Subject: [PATCH] refactor(test): clean up file preamble --- test/magit-file-icons-tests.el | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/test/magit-file-icons-tests.el b/test/magit-file-icons-tests.el index 2fd393b9..c28189bb 100644 --- a/test/magit-file-icons-tests.el +++ b/test/magit-file-icons-tests.el @@ -1,6 +1,8 @@ -;;; validate-templates.el --- Make sure the el-patch templates are valid -*- lexical-binding: t; -*- +;;; magit-file-icons-tests.el --- Tests for the magit-file-icons package -*- lexical-binding: t; -*- -;; Author: Gregor Grigorjan +;; Copyright (C) 2024 + +;; Author: ;; Gregor Grigorjan ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by @@ -17,6 +19,14 @@ ;;; Commentary: +;; Currently, just checks if el-patch templates are valid +;; with the `el-patch-validate-all-templates' function. +;; This function doesn't actually error if there are invalid templates, +;; it just prints informational messages. + +;; flycheck-disabled-checkers: (emacs-lisp emacs-lisp-checkdoc) +;; End: + ;;; Code: (require 'magit-file-icons)