Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Make docstring limit to 1000 #4618

Merged
merged 1 commit into from
Nov 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Eask
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,5 @@
(depends-on "elenv"))

(setq network-security-level 'low) ; see https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432

(setq byte-compile-docstring-max-column 1000)
3 changes: 0 additions & 3 deletions lsp-protocol.el
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ Example usage with `dash`.
key-sym)))
params)
&allow-other-keys)
(ignore ,@(-map (-lambda ((key))
(intern (substring (symbol-name key) 1))) params))
,(format "Constructs %s from `plist.'
Allowed params: %s" interface (reverse (-map #'cl-first params)))
(ignore ,@(-map (-lambda ((key))
Expand Down Expand Up @@ -829,5 +827,4 @@ See `-let' for a description of the destructuring mechanism."


(provide 'lsp-protocol)

;;; lsp-protocol.el ends here
Loading