All Projects → ragone → magit-diff-flycheck

ragone / magit-diff-flycheck

Licence: GPL-3.0 License
Flycheck for Magit diff buffers!

Programming Languages

emacs lisp
2029 projects

Projects that are alternatives of or similar to magit-diff-flycheck

differ
Electron application to compare two directories
Stars: ✭ 48 (+100%)
Mutual labels:  diff
flycheck-dmd-dub
flycheck and DCD dub support to enable D IDE features in Emacs
Stars: ✭ 14 (-41.67%)
Mutual labels:  flycheck
vcdiff
Heavily optimized .NET Core vcdiff library
Stars: ✭ 16 (-33.33%)
Mutual labels:  diff
dotfiles
my dot files with git and docker extension for windows and linux
Stars: ✭ 13 (-45.83%)
Mutual labels:  diff
euv
写一个较为强大的Vue,支持虚拟DOM、diff更新以及基本的API。'vue'.split('').sort().join('') === 'euv'
Stars: ✭ 18 (-25%)
Mutual labels:  diff
npmfs
javascript package inspector
Stars: ✭ 90 (+275%)
Mutual labels:  diff
clojure-lint-spacemacs-layer
Spacemacs-layer to add and configure a linter for Clojure
Stars: ✭ 22 (-8.33%)
Mutual labels:  flycheck
gitree
Print a directory tree that shows Git status and ignores files dictated by .gitignore.
Stars: ✭ 32 (+33.33%)
Mutual labels:  diff
go-gitdiff
Go library for parsing and applying patches created by Git
Stars: ✭ 41 (+70.83%)
Mutual labels:  diff
diff-check
Incremental code analysis tools based on checkstyle, pmd and jacoco
Stars: ✭ 48 (+100%)
Mutual labels:  diff
composer-diff
Compares composer.lock changes and generates Markdown report so you can use it in PR description.
Stars: ✭ 51 (+112.5%)
Mutual labels:  diff
preact-source-learn
Preact+hook源码解析
Stars: ✭ 16 (-33.33%)
Mutual labels:  diff
TyStrings
strings file tool for iOS / macOS developers
Stars: ✭ 15 (-37.5%)
Mutual labels:  diff
brackets-compare
Brackets extension to diff files.
Stars: ✭ 49 (+104.17%)
Mutual labels:  diff
HandySub
Download Subtitle from Subscene and other sources
Stars: ✭ 42 (+75%)
Mutual labels:  diff
raincoat
Raincoat has you covered when you can't stay DRY
Stars: ✭ 27 (+12.5%)
Mutual labels:  diff
robotframework-difflibrary
Robot Framework keyword library that will provide Diff capabilities
Stars: ✭ 23 (-4.17%)
Mutual labels:  diff
tmux-eaw-fix
tmux 2.6 以降において East Asian Ambiguous Character を全角文字の幅で表示する
Stars: ✭ 16 (-33.33%)
Mutual labels:  diff
tainted
Tool to determine which Go packages need to be rebuilt in a monorepo
Stars: ✭ 53 (+120.83%)
Mutual labels:  diff
winmerge2011
Fork of WinMerge which has a different set of features
Stars: ✭ 36 (+50%)
Mutual labels:  diff

example.gif

Run M-x magit-diff-flycheck in a magit-diff buffer to display a filtered list of Flycheck errors for the added/modified lines only.

Use can also run the command with a prefix which will prompt you for the scope of the errors, eg. C-u M-x magit-diff-flycheck.

This is primarily meant to be used on legacy projects where you do not want to see errors for the whole file but only for the added/modified lines.

Install

Available on MELPA.

Main dependencies

  • magit
  • flycheck

Extra Dependencies

  • seq

Configuration

VariableNotesDefault
magit-diff-flycheck-inhibit-messageIf non-nil, disable message output while running.t
magit-diff-flycheck-default-scopeThe default scope for filtering errors.lines
magit-diff-flycheck-contextLines of context for diff when filtering errors.0

Usage

Open up a magit-diff buffer and run M-x magit-diff-flycheck.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].