Giter VIP home page Giter VIP logo

flycheck-odin's Introduction

flycheck-odin

Flycheck for Odin

Setup

(eval-after-load 'flycheck
  '(add-hook 'flycheck-mode-hook #'flycheck-odin-setup))

Default behavior

This is a wrapper around odin check $LOCATION -vet. With no changes on the users' part, the default behavior is is to run odin check $CURRENT_DIRECTORY -vet (where '$CURRENT_DIRECTORY' is the directory of the current buffer).

Changing behavior

This exposes the following variables that can be customized globally or with .dir-locals.el

flycheck-odin-project-path
Change the $LOCATION in odin check $LOCATION -vet. This can be a directory or a file.

flycheck-odin-error-filters
A list of Emacs regexes of errors to ignore.

flycheck-odin-command-arguments
A list of compiler flags. Defaults to ("-vet")

An example configuration might look something like this:

((odin-mode
  (flycheck-odin-project-path . "~/code/project/src")
  (flycheck-odin-error-filters . ("^[^[:blank:]]*/Odin/core/"
                                  "^[^[:blank:]]*/Odin/shared/some_library/"
                                  "foobar"))))

flycheck-odin's People

Contributors

corruptmemory avatar forloveofcats avatar mattt-b avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

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.