elpasync pushed a change to branch elpa/flymake-collection.

        at  5de95adb4c Allow users to override the extension passed to vale 
checker (#43)

This branch includes the following new commits:

       new  09007a28ed Initial Commit
       new  95c3a3ff3b (flymake-rest): Add macro for checker definition
       new  013a53a106 (flymake-rest): Add several checkers
       new  07a482b094 (checkers): Remove reference to previous macro + add 
autoloads
       new  9d9d455f53 (misc): Include parse name in flymake-rest-rx and 
flymake-rest-enumerate
       new  6df3ac725d (flymake-rest-hook): Add mode -> checker configuration
       new  1d22083e03 (flymake-rest): Avoid unecessary requires
       new  362f8f06af (flymake-rest-hook): Remove cyclic dependency
       new  7f951ec9ea (flymake-rest-hook-use-package): Don't require 
flymake-rest-hook
       new  2ce9e8a6d8 (flymake-rest-commands): Move commands into here
       new  9234e049df (refactor): Cleanup all code and documentation
       new  c15430d466 (README): Update
       new  dbe0d67b64 (bug): Fix wrong face reference for diag-id
       new  8c238151fd (checkers): Add flymake-rest-xmllint
       new  d09afd32d4 (flymake-rest-define): Fix source-inplace doesn't cleanup
       new  1fc9cd28e6 (release): Cleanup before initial release
       new  e1a001ba85 (flymake-rest): Cleanup package-lint and other issues
       new  b8f9c9ba0e (flymake-rest): Replace fmqd- with flymake-rest-
       new  aab4c342a8 (flymake-rest): Remove local defvars for lexical 
variables
       new  e3788b2534 (checkers): Add follow-sources option to 
flymake-rest-shellcheck
       new  6649708f37 (checkers): Add flymake-rest-luacheck
       new  e0d579ccb9 (checkers): Add flymake-rest-lua
       new  7c335b7fdd (flymake-rest-parse-rx): Fix bug in severity check
       new  98cf1cd4b7 (checkers): Add sql-lint checker
       new  5a1549919e (checkers): Add sqlint checker
       new  91bb971e9e (cleanup): Consistent use of executable-find
       new  55e2aa793a (flymake-rest-hook): Add ignore-modes configuration
       new  6ca15100d1 (commands): Refactor flymake-rest-change-checker
       new  cfd4b5ef94 (checkers): Make pylint use a pipe
       new  bb089d1ccf (checkers): Don't presume current buffer is checking 
buffer
       new  ea27edfb85 (flymake-rest-hook-langs): Add file
       new  e9a1e2ab26 Cleanup flymake-rest-define and remove 
flymake-rest-parse-*
       new  62cee0f62c Remove flymake-rest-hook-langs.el
       new  2caa1099d1 Merge use-package integration into flymake-rest-hook
       new  64871ef173 Update flymake version and flymake-rest-change-checker
       new  fd9928801c Add linter Makefile and fix lint errors
       new  6c0f39ae1e docs: Update README with MELPA badge
       new  4b7051222b checkers: Add hlint checker (#3)
       new  530e7085b5 rename: Rename flymake-rest to flymake-collection
       new  eb8a7eb96e tests: Add test harness
       new  7043473d10 tests: Add test case for hlint
       new  c2376adb2b ci/cd: Add build pipeline
       new  ff7782bfbb README: Update Contributing and add Related Packages
       new  e5446886b4 install: Add stopgap symlinks to fix MELPA installs
       new  297406f601 Revert "install: Add stopgap symlinks to fix MELPA 
installs"
       new  8f36fed9ee ci/cd: Update target branch
       new  46afe13214 ci/cd: Update badge links and workflows
       new  cd2574574b build: Fix new lint complaints in emacs snapshot
       new  0234723459 (checkers): Add flymake-collection-flake8 (#7)
       new  cdac31a3f7 checkers: Fix typo in clang (#10)
       new  67d66d1870 checkers: Add flymake-collection-ruff (#14)
       new  976ac70153 cleanup: Fix defcustom type definitions (#11)
       new  274e5ec3e6 checkers: Fix error codes in ruff (#15)
       new  74e2f3fb4b Set the working dir and shadow file flag for mypy (#9)
       new  a030c282e9 Adds :temp-file-prefix to 
flymake-collection-define-enumerate (#18)
       new  0c87b8ff48 checkers: Add statix checker (#12)
       new  cf4bf31599 hook: Cleanup checker resolve logic
       new  ca7c840855 hook: Allow configuring the same checkers for multiple 
modes
       new  8d765990a6 hook: Add configurations for new tree-sitter modes
       new  2a05b234d6 hook: Rename flymake-collection-config to 
flymake-collection-hook-config
       new  023227cdcb define: Only send region to process if its alive
       new  0dc266c443 define: Auto suppress errors when sending data to process
       new  16a41c45ea checkers: Update sqlint checker name (#22)
       new  8b11b4f56d test: Fix upstream regression in ruff
       new  e67ea6d81d tests: Fix broken ruff.yml test
       new  3e1f44739d define: Reorient save-match-data and save-excursion
       new  845c52a1ae Revert "define: Reorient save-match-data and 
save-excursion"
       new  fec8be1c53 Fix regression in ruff test-case (#27)
       new  b89ab5c424 build: Make image slightly smaller
       new  7ea9fb2ea1 checkers: Fix ruff command interface has changed
       new  d801440825 flymake-collection-hook: Allow disabling builtin flymake 
backends
       new  f86b966901 hook: Enable checkdoc in elisp buffers by default
       new  852d47f7b4 checkers/jq: Fix regression in error output
       new  9d9e5937b5 build: Make jq test installer executable
       new  93f3dec01a build: Remove pylint syntax-error check test
       new  f1d889f166 checkers: Add checker for vale
       new  5318e0f6b2 repo: Support dev-container workflow
       new  a6b03567f8 build: Make lint tasks cleaner
       new  6c1d9de2ad flymake-commands: Fix change checker for multi-mode 
config entries
       new  46b65939c8 checkers: Add kube-linter checker
       new  5d46b52aaa build: Fix regression in ruff report
       new  ebaae4d236 build: Fix ruff regression with code not set for 
SyntaxError
       new  37dafaeb99 README: Correct links to GitHub actions
       new  1472603f3d build: Suppress failure on using rx-constitutuents on 
emacs-30
       new  ecc15c7463 checkers: Add checker for Janet (#40)
       new  630caa55d7 ci: Run actions on PRs automatically
       new  1b62fd9b58 Additional checkers (#38)
       new  29d593cdfb chore: Add workflow dispatch to ci
       new  5de95adb4c Allow users to override the extension passed to vale 
checker (#43)


Reply via email to