[elpa] externals/relint e35fa2e 09/11: Fix doc string predicate

2020-06-20 Thread Mattias Engdeg�rd
branch: externals/relint commit e35fa2ed4e212286c6981bac0e9f1cc76962627f Author: Mattias Engdegård Commit: Mattias Engdegård Fix doc string predicate String literals first in a list were incorrectly considered doc strings. --- relint.el| 3 ++- test/13.elisp| 3 ++-

[elpa] externals/relint 6a86509 10/11: Tuned miscape filtering

2020-06-20 Thread Mattias Engdeg�rd
branch: externals/relint commit 6a865096791757c0034238f813910b87018a0e31 Author: Mattias Engdegård Commit: Mattias Engdegård Tuned miscape filtering Instead of disabling the useless backslash check for all doc strings, just ignore escaped ()[]' -- round and square brackets and

[elpa] externals/relint 0d80c1f 07/11: Rename various 'miscape' identifiers

2020-06-20 Thread Mattias Engdeg�rd
branch: externals/relint commit 0d80c1f1bb7cce906f17a7cb4e3d6473a86612f2 Author: Mattias Engdegård Commit: Mattias Engdegård Rename various 'miscape' identifiers --- relint.el | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/relint.el b/relint.el index

[elpa] externals/relint 0627d4d 08/11: Simplify (and speed up) string scanning regexp

2020-06-20 Thread Mattias Engdeg�rd
branch: externals/relint commit 0627d4dbf56de54ddd0508a77d794a8b56ce34f9 Author: Mattias Engdegård Commit: Mattias Engdegård Simplify (and speed up) string scanning regexp By trusting the strings to be lexically correct, we don't need an elaborate pattern for handling

[elpa] externals/relint a1c7bf5 06/11: Describe the ineffective backslash warning in README

2020-06-20 Thread Mattias Engdeg�rd
branch: externals/relint commit a1c7bf56c03b0dac12a54c75e7183db9257497f1 Author: Mattias Engdegård Commit: Mattias Engdegård Describe the ineffective backslash warning in README --- README | 17 + 1 file changed, 17 insertions(+) diff --git a/README b/README index

[elpa] externals/relint 329df9c 02/11: Refactor framework

2020-06-20 Thread Mattias Engdeg�rd
branch: externals/relint commit 329df9c3c02d63b539997efa4e54d52b505ae494 Author: Mattias Engdegård Commit: Mattias Engdegård Refactor framework Always scan an entire buffer and return the list of diagnostics instead of printing them incrementally. This removes some special

[elpa] externals/relint 2de1106 04/11: Sort diagnostics by buffer position

2020-06-20 Thread Mattias Engdeg�rd
branch: externals/relint commit 2de1106c366fb25ec1b0d2036babd563a404eeba Author: Mattias Engdegård Commit: Mattias Engdegård Sort diagnostics by buffer position This is useful in order to intermingle the useless-backslash warnings with those from the other checks. ---

[elpa] externals/relint updated (a54960a -> 0c35e02)

2020-06-20 Thread Mattias Engdeg�rd
mattiase pushed a change to branch externals/relint. from a54960a Increment version to 1.17 new 6bfba5c Always output to stderr when running noninteractively new 329df9c Refactor framework new e8d8052 Add checking of ineffective backslashes in string

[elpa] externals/relint 1ea9b91 05/11: Add tests for ineffective backslash check

2020-06-20 Thread Mattias Engdeg�rd
branch: externals/relint commit 1ea9b91bb5c17f3aeac4a2263cd7a68011dc3055 Author: Mattias Engdegård Commit: Mattias Engdegård Add tests for ineffective backslash check --- test/13.elisp| 17 + test/13.expected | 17 + 2 files changed, 34 insertions(+)

[elpa] externals/relint e8d8052 03/11: Add checking of ineffective backslashes in string literals

2020-06-20 Thread Mattias Engdeg�rd
branch: externals/relint commit e8d80524bf41980c765f045e07acf325837376f1 Author: Mattias Engdegård Commit: Mattias Engdegård Add checking of ineffective backslashes in string literals This is an experimental feature. Check all string literals (not just those that are

[elpa] externals/relint 6bfba5c 01/11: Always output to stderr when running noninteractively

2020-06-20 Thread Mattias Engdeg�rd
branch: externals/relint commit 6bfba5c46a542a1b6396717779a9cd6e65bb5848 Author: Mattias Engdegård Commit: Mattias Engdegård Always output to stderr when running noninteractively Previously, relint-file, relint-directory and relint-current-buffer always wrote to the *relint*

[elpa] externals/relint 0c35e02 11/11: Increment version to 1.18

2020-06-20 Thread Mattias Engdeg�rd
branch: externals/relint commit 0c35e02cb81de58adb2eabc53fa51fa14340050d Author: Mattias Engdegård Commit: Mattias Engdegård Increment version to 1.18 --- relint.el | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/relint.el b/relint.el index 5124958..b95ef5c 100644