Code Monkey home page Code Monkey logo

Comments (4)

benekastah avatar benekastah commented on May 22, 2024

I think having the option to run checkers one after another makes a lot of sense, and would be a good first goal since it shouldn't be too hard to do and would naturally fix a lot of order issues. However, since some checkers don't output error messages in order (e.g. pylint) it may also make sense to have an option to reorder messages. So that covers options 1 and 2.

Option 3 is an interesting idea. Not sure if it would be necessary with the first two in place, though. Perhaps it would be helpful to you to know that you can do something like this manually:

:Neomake <checker_name>

This allows you to run one checker at a time (you can actually list any number of checkers if you want).

from neomake.

benekastah avatar benekastah commented on May 22, 2024

Since #23 handles sorting error messages, I'll leave this issue to represent only running checkers serially, which I want to get done first.

from neomake.

benekastah avatar benekastah commented on May 22, 2024

Stopping after the first failing checker won't be possible until neovim adds a feature to get the exit status from a job. See neovim/neovim#1795.

from neomake.

benekastah avatar benekastah commented on May 22, 2024

Oh, and do :help g:neomake_serialize to learn how to enable the feature.

from neomake.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.