elpasync pushed a change to branch elpa/flycheck.
from af6b60fd54 Release 37.0
new 23f1a270b3 Run syntax checkers over TRAMP connections
new f56c1227b3 Check remote buffers by default with a narrower cadence
new 3c0010fb20 Document remote checking over TRAMP
new a988009dc4 Fix remote-execution gaps found in review
new cc1f6037a9 Localize remaining checker paths and helpers for TRAMP
new 7e44b59718 Harden the TRAMP remote-execution fixes
new 8d8182f664 Skip the POSIX flycheck--expand-file-name specs on
Windows
new 0097c0ba01 Move the Windows skip into the expand-file-name specs
Summary of changes:
CHANGES.rst | 9 +
doc/user/flycheck-versus-flymake.rst | 4 +-
doc/user/syntax-checks.rst | 28 ++-
flycheck.el | 366 ++++++++++++++++++++++++---------
test/specs/languages/test-proselint.el | 26 +++
test/specs/test-automatic-checking.el | 33 ++-
test/specs/test-command-checker.el | 10 +
test/specs/test-tramp.el | 101 +++++++++
test/specs/test-util.el | 74 ++++++-
9 files changed, 546 insertions(+), 105 deletions(-)
create mode 100644 test/specs/test-tramp.el