Giter Club home page Giter Club logo

vscode-linter-erlc's Introduction

vscode-linter-erlc README

A linter for erlang, using the erlc compiler.

Features

Squiggly lines under errors.

Supports deps directories (essentially does -pa deps/**/ebin)

Supports substituting ${directory} and ${workspaceRoot} in paths with the current file's directory and the workspace's top level directory respectively

Supports glob patterns in non-deps paths (eg. "erlang.linter-erlc.include":"**/include")

Requirements

erlc on your path, or wherever you configure it to be.

Extension Settings

This extension contributes the following settings:

  • erlang.linter-erlc.executablePath": The path to erlc. Just use erlc if you want to search path.
  • erlang.linter-erlc.run: onSave lints when you save, onType lints as you write, off doesn't lint.
  • erlang.linter-erlc.include: List of directories to include with -I
  • erlang.linter-erlc.pa: List of module paths to search with -pa
  • erlang.linter-erlc.pz: List of module paths to search with -pz
  • erlang.linter-erlc.deps: List of paths to search for directories containing an ebin subdirectory, which will be added as pa paths

Acknowledgements

Based on hoovercj's ruby linter, which in turn is based on Microsoft's own PHPValidationProvider.

Logo lifted from the Erlang/OTP source

Release Notes

0.5.1

  • Fixes and improvements

0.3

  • Support globs for include/pa/pz
  • Lint .hrl files properly

0.1

Initial release of vscode-linter-erlc

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.