Skip to content

Commit

Permalink
refactor(test): clean up file preamble
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed May 15, 2024
1 parent 641eb12 commit c0d5849
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions test/magit-file-icons-tests.el
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
;; Copyright (C) 2024

;; Author: ;; Gregor Grigorjan <[email protected]>

;; 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
Expand All @@ -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)
Expand Down

0 comments on commit c0d5849

Please sign in to comment.