From a3db94275b0e554ee55219ded8be5e35a8c695da Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 12 Jul 2024 02:09:32 +0100 Subject: [PATCH] chore(vendor): tweak comment headers for flycheck-erblint and erblintfmt --- vendor/erblintfmt/erblintfmt.el | 10 +++---- vendor/flycheck-erblint/flycheck-erblint.el | 33 ++++++++++++++++++--- 2 files changed, 34 insertions(+), 9 deletions(-) diff --git a/vendor/erblintfmt/erblintfmt.el b/vendor/erblintfmt/erblintfmt.el index 62fc7e4..26865c9 100644 --- a/vendor/erblintfmt/erblintfmt.el +++ b/vendor/erblintfmt/erblintfmt.el @@ -1,17 +1,17 @@ ;;; erblintfmt.el --- Minor-mode to format Ruby code with Erblint on save -;; Version: 0.4.1 -;; Keywords: convenience wp edit ruby erblint +;; Author: Jim Myhrberg +;; URL: https://github.com/jimeh/.emacs.d/tree/master/vendor/erblintfmt +;; Keywords: convenience edit ruby erb erblint ;; Package-Requires: ((cl-lib "0.5")) -;; URL: https://github.com/jimeh/erblintfmt.el -;; Author: Jim Myhrberg +;; Version: 0.0.1 ;; This file is not part of GNU Emacs. ;;; License: ;; ;; Copyright (c) 2014 The go-mode Authors. All rights reserved. -;; Portions Copyright (c) 2018 Jim Myhrberg. +;; Portions Copyright (c) 2024 Jim Myhrberg. ;; ;; Redistribution and use in source and binary forms, with or without ;; modification, are permitted provided that the following conditions are diff --git a/vendor/flycheck-erblint/flycheck-erblint.el b/vendor/flycheck-erblint/flycheck-erblint.el index 24cba18..f284319 100644 --- a/vendor/flycheck-erblint/flycheck-erblint.el +++ b/vendor/flycheck-erblint/flycheck-erblint.el @@ -1,12 +1,37 @@ -;;; flycheck-erblint.el --- Check files with erblint via flycheck. - -;; Copyright (C) 2024 Jim Myhrberg +;;; flycheck-erblint.el --- Check files with erblint via flycheck -*- lexical-binding: t -*- ;; Author: Jim Myhrberg +;; URL: https://github.com/jimeh/.emacs.d/tree/master/vendor/flycheck-erblint ;; Keywords: language, linting, tools +;; Package-Requires: ((flycheck "30")) +;; Version: 0.0.1 + +;; This file is not part of GNU Emacs. + +;;; License: +;; +;; Copyright (c) 2024 Jim Myhrberg +;; +;; Permission is hereby granted, free of charge, to any person obtaining a copy +;; of this software and associated documentation files (the "Software"), to deal +;; in the Software without restriction, including without limitation the rights +;; to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +;; copies of the Software, and to permit persons to whom the Software is +;; furnished to do so, subject to the following conditions: +;; +;; The above copyright notice and this permission notice shall be included in +;; all copies or substantial portions of the Software. +;; +;; THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +;; IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +;; FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +;; AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +;; LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +;; OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +;; SOFTWARE. ;;; Commentary: - +;; ;; This package provides a Flycheck checker for ERB files using erblint. ;;; Code: