From e1652e6a91d059fcfcdf98add37600211295ba84 Mon Sep 17 00:00:00 2001 From: Gregor Grigorjan Date: Wed, 15 May 2024 08:23:24 +0300 Subject: [PATCH] refactor(test): remove package preamble --- test/magit-file-icons-tests.el | 33 +++------------------------------ 1 file changed, 3 insertions(+), 30 deletions(-) diff --git a/test/magit-file-icons-tests.el b/test/magit-file-icons-tests.el index c28189bb..5499064e 100644 --- a/test/magit-file-icons-tests.el +++ b/test/magit-file-icons-tests.el @@ -1,35 +1,8 @@ -;;; magit-file-icons-tests.el --- Tests for the magit-file-icons package -*- lexical-binding: t; -*- - -;; 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 -;; the Free Software Foundation, either version 3 of the License, or -;; (at your option) any later version. - -;; This program is distributed in the hope that it will be useful, -;; but WITHOUT ANY WARRANTY; without even the implied warranty of -;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -;; GNU General Public License for more details. - -;; You should have received a copy of the GNU General Public License -;; along with this program. If not, see . - -;;; Commentary: +(require 'magit-file-icons) -;; 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. +(el-patch-validate-all-templates) +;; Local Variables: ;; flycheck-disabled-checkers: (emacs-lisp emacs-lisp-checkdoc) ;; End: -;;; Code: - -(require 'magit-file-icons) - -(el-patch-validate-all-templates) -