Skip to content

Commit ae49070

Browse files
authored
ci: Make docstring limit to 1000 (#4618)
1 parent 5d47fb9 commit ae49070

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Eask

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,5 @@
5050
(depends-on "elenv"))
5151

5252
(setq network-security-level 'low) ; see https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432
53+
54+
(setq byte-compile-docstring-max-column 1000)

lsp-protocol.el

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,6 @@ Example usage with `dash`.
117117
key-sym)))
118118
params)
119119
&allow-other-keys)
120-
(ignore ,@(-map (-lambda ((key))
121-
(intern (substring (symbol-name key) 1))) params))
122120
,(format "Constructs %s from `plist.'
123121
Allowed params: %s" interface (reverse (-map #'cl-first params)))
124122
(ignore ,@(-map (-lambda ((key))
@@ -829,5 +827,4 @@ See `-let' for a description of the destructuring mechanism."
829827

830828

831829
(provide 'lsp-protocol)
832-
833830
;;; lsp-protocol.el ends here

0 commit comments

Comments
 (0)