chore(vendor): tweak comment headers for flycheck-erblint and erblintfmt

This commit is contained in:
Jim Myhrberg
2024-07-12 02:09:32 +01:00
parent de9fee4875
commit a3db94275b
2 changed files with 34 additions and 9 deletions

View File

@@ -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 <contact@jimeh.me>
;; 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

View File

@@ -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 <contact@jimeh.me>
;; 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: