riscy
|
3922819eb1
|
simplify to variadic arguments for cached search functions
|
2021-07-03 13:53:18 -07:00 |
|
riscy
|
d0e280dad7
|
fix test-melpazoid for latest mypy version
|
2021-07-03 13:53:16 -07:00 |
|
riscy
|
a76ca0a048
|
prefer shutil.copy over subprocess run cp
|
2021-07-03 13:29:53 -07:00 |
|
riscy
|
98b2787751
|
remove noisy/unhelpful (x (concat ...)) lints
|
2021-05-31 13:24:06 -07:00 |
|
riscy
|
7258a1871f
|
remove extraneous use of requirements.el
|
2021-05-31 12:36:37 -07:00 |
|
riscy
|
ea2d78ca12
|
streamline some of the requirements-handling code
|
2021-05-29 13:53:10 -07:00 |
|
riscy
|
a701501a36
|
feat: add inhibit-read-only lint; soften keybinding lints
|
2021-05-29 13:30:31 -07:00 |
|
riscy
|
c02e988945
|
add a few more limitations to running Docker image
|
2021-05-16 16:14:16 -07:00 |
|
riscy
|
c6d5683053
|
handful of small pycode improvements
|
2021-05-16 16:08:32 -07:00 |
|
riscy
|
92a6a78f2b
|
revise lexical-binding check -- just make it a regular lint
|
2021-05-16 14:34:37 -07:00 |
|
riscy
|
960ea24953
|
feat: clarify "Copyright FSF" lint and add ;;; Commentary lint
|
2021-05-16 14:34:35 -07:00 |
|
riscy
|
f6b6622316
|
feat: add 0BSD; improve license detection
|
2021-04-24 10:52:08 -07:00 |
|
riscy
|
d5f9120907
|
feat: add insert/concat lint; add sharp-quote lint
|
2021-04-10 13:02:14 -07:00 |
|
riscy
|
87cfb6bb3a
|
fix: remove linter noise due to no-byte-compile
|
2021-04-10 13:01:20 -07:00 |
|
riscy
|
731bc7f7cb
|
fix: relocate melpazoid.yml to not interfere with ci
|
2021-03-07 22:33:38 -08:00 |
|
riscy
|
e988d291a7
|
fix: melpazoid fails on pull requests due to branch name
Thanks very much @akirak for figuring this one out :)
|
2021-03-07 22:01:43 -08:00 |
|
riscy
|
78375618a5
|
remove "combine (concat (format ...))" suggestion
|
2021-02-20 18:05:54 -08:00 |
|
riscy
|
8f11afa5d7
|
apply elfmt's reformatting
|
2021-02-20 18:05:54 -08:00 |
|
riscy
|
cf6e1dbc19
|
group some of the miscellaneous lints together
|
2021-02-20 18:05:54 -08:00 |
|
riscy
|
36a5ae948c
|
fix: adjust license fingerprint; add FSFAP fingerprint
|
2021-02-20 18:05:54 -08:00 |
|
riscy
|
b92b465ff7
|
feat: add experimental check against Emacs builtin, "elint"
|
2021-02-20 18:05:54 -08:00 |
|
riscy
|
cf2bf667fe
|
fix: undo accidental transposition in format
|
2021-02-20 18:05:54 -08:00 |
|
riscy
|
cbdc19c073
|
feat: make packages found in Emacsmirror explicit
|
2021-02-20 18:05:54 -08:00 |
|
riscy
|
bfce700f83
|
feat: improve clarity of some failure messages
|
2021-02-20 18:05:44 -08:00 |
|
riscy
|
6973ea654c
|
feat: add a few more f-string lints
|
2021-01-19 20:41:34 -08:00 |
|
riscy
|
da4e42b85b
|
feat: add 'double negation' lints
|
2020-12-29 13:09:43 -08:00 |
|
riscy
|
dc4e6f48ea
|
feat: ignore package-install errors; downstream errors are clearer
|
2020-12-28 16:43:56 -08:00 |
|
riscy
|
7a33b03713
|
minor melpazoid.el code cleanup & compiler pacifier
|
2020-12-28 16:43:17 -08:00 |
|
riscy
|
def846dd08
|
feat: add melpazoid link to 'other possible lints' output
|
2020-12-28 16:04:42 -08:00 |
|
riscy
|
6f401e958e
|
adjust license detection and linting
|
2020-12-28 16:04:19 -08:00 |
|
riscy
|
243e1feea1
|
improve variable naming/fix shadowed function name
|
2020-12-28 16:03:52 -08:00 |
|
riscy
|
bb1569facd
|
remove unused 'melpazoid-error-p' variable
|
2020-12-28 16:03:48 -08:00 |
|
riscy
|
f50df0a3cb
|
feat!: emacs27-nox -> emacs27 to support e.g. (require 'mwheel)
|
2020-12-20 21:45:57 -08:00 |
|
riscy
|
c7a62e3ac9
|
feat: update a handful of lints
|
2020-12-12 11:22:14 -08:00 |
|
riscy
|
f9abcddc99
|
fix: raise exceptions when encountering certain kinds of bad input
|
2020-11-23 22:13:54 -08:00 |
|
riscy
|
e35a841c2c
|
prefer handling argparsing inside a _main function
|
2020-11-23 22:13:54 -08:00 |
|
riscy
|
92532e3f9e
|
lint some of the subprocess handling
|
2020-11-23 22:13:40 -08:00 |
|
riscy
|
9290a09ae5
|
feat!: use kelleyk Emacs 27.1 instead of building from scratch (#12)
|
2020-11-23 21:01:34 -08:00 |
|
riscy
|
e9045bc395
|
feat!: remove .travis.yml; remove support for Travis
|
2020-11-23 20:58:45 -08:00 |
|
riscy
|
871b10c3b6
|
feat: compile emacs with libxml2 and libjansson (#12)
|
2020-10-25 11:09:28 -07:00 |
|
riscy
|
6a8fb76060
|
feat: add a couple elisp lints
|
2020-10-18 22:03:12 -07:00 |
|
riscy
|
94f8e84135
|
misc small code cleanups
|
2020-10-18 22:01:54 -07:00 |
|
riscy
|
32a976753b
|
fix: better align "main" file detection with package-build
|
2020-10-17 15:00:16 -07:00 |
|
riscy
|
d693294c68
|
docs: improve wording, add/restore doctests
|
2020-10-17 14:19:33 -07:00 |
|
riscy
|
4e4cb53b1f
|
fix: improve handling of non-utf8-encoded files
#
(use "git pull" to merge the remote branch into yours)
|
2020-10-04 13:53:40 -07:00 |
|
riscy
|
73e9cccf1b
|
feat: add define-obsolete-function-alias sharpquote hint
#
(use "git pull" to merge the remote branch into yours)
|
2020-10-03 21:32:00 -07:00 |
|
riscy
|
e76273886a
|
docs: tighten up intro paragraphs
|
2020-10-03 21:31:48 -07:00 |
|
riscy
|
886d8c4236
|
fix: limit false positives on '(lambda for sharp-quote lint
|
2020-10-03 14:03:01 -07:00 |
|
riscy
|
c3f4a9771a
|
feat: enable whitespace in linter regexps to cross lines
|
2020-09-27 13:12:18 -07:00 |
|
riscy
|
d10cdad49f
|
feat: rm functionp sharp-quote lint; add concat+format lints
|
2020-09-27 13:11:39 -07:00 |
|