From a91df5e4ae9acd4a7796cdf0c6dbd1912cd79646 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 2 Feb 2024 11:06:31 -0800 Subject: [oni-yaml] Remove unnecessary dependency Flycheck yamllint has been made part of flycheck and isn't necessary to be installed anymore. https://github.com/flycheck/flycheck/pull/1640 --- oni-yaml.el | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/oni-yaml.el b/oni-yaml.el index 2726b50..734386b 100644 --- a/oni-yaml.el +++ b/oni-yaml.el @@ -4,8 +4,8 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2022.0718.085034 -;; Package-Requires: (yaml-mode oni-flycheck oni-highlight-indent-guides flycheck-yamllint indent-tools yaml-imenu yaml-pro) +;; Version: 2024.0202.110614 +;; Package-Requires: (yaml-mode oni-flycheck oni-highlight-indent-guides indent-tools yaml-imenu yaml-pro) ;; 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 @@ -28,7 +28,6 @@ (require 'indent-tools) (require 'yaml-imenu) -(require 'flycheck-yamllint) (defun oni-yaml--auto-fill-mode () "Enable ‘auto-fill-mode’ only for comments." @@ -45,7 +44,5 @@ (add-hook 'yaml-mode-hook 'yaml-imenu-enable) (add-hook 'yaml-mode-hook 'yaml-pro-mode) -(flycheck-yamllint-setup) - (provide 'oni-yaml) ;;; oni-yaml.el ends here -- cgit v1.2.3-54-g00ecf