purcell / package-lint

A linting library for elisp package metadata
GNU General Public License v3.0
194 stars 34 forks source link

`package-lint--check-emacs-version` incorrectly warns against depending on Emacs 28.1 #230

Closed zabe40 closed 2 years ago

zabe40 commented 2 years ago

I'm on Emacs 28.1, and I'm able to reproduce this with a buffer containing only: ;; Package-Requires: ((emacs "28.1"))

zabe40 commented 2 years ago

Thanks!