Giter VIP home page Giter VIP logo

flycheck-dogma's Introduction

DEPRECATED

flycheck-dogma is now built in to flycheck, please use that one, thanks!

flycheck-dogma MELPA

flycheck checker for dogma.

Installation

You can install this package from Melpa

M-x package-install RET flycheck-dogma RET

Usage

Ensure that dogma is installed in your project.

Then, in your init.el:

(eval-after-load 'flycheck
  '(flycheck-dogma-setup))
(add-hook 'elixir-mode-hook 'flycheck-mode)

Thanks

flycheck-dogma's People

Contributors

aaronjensen avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

emacsmirror

flycheck-dogma's Issues

error: no function clause matching in Dogma.Rule.FunctionParentheses

For this code:

defmodule KV.BucketTest do
  use ExUnit.Case, async: true

  test "foo"

as soon as I type a space after "foo", I get:

14:08:54.367 [error] Task #PID<0.86.0> started from #PID<0.70.0> terminating
** (FunctionClauseError) no function clause matching in Dogma.Rule.FunctionParentheses.check_function_parens/2
    lib/dogma/rule/function_parentheses.ex:37: Dogma.Rule.FunctionParentheses.check_function_parens(nil, [])
    (elixir) lib/enum.ex:1229: Enum."-map/2-lists^map/1-0-"/2
    (elixir) lib/enum.ex:1229: Enum."-map/2-lists^map/1-0-"/2
    lib/dogma/script.ex:105: Dogma.Script.run_tests/2
    lib/dogma/rules.ex:22: Dogma.Rules.test_script/3
    (elixir) lib/task/supervised.ex:85: Task.Supervised.do_apply/2
    (elixir) lib/task/supervised.ex:36: Task.Supervised.reply/5
    (stdlib) proc_lib.erl:247: :proc_lib.init_p_do_apply/3
Function: #Function<1.35272571/0 in Dogma.Rules.test/3>
    Args: []

not working on test files

flychecking isn't happening automatically on my test files.
when I run "mix dogma" from the command line, test files are checked

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.