Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 914 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 914 Bytes

Credo Linter

Features

Integrates Credo into VS Code.

NOTE: It also works with a multi-workspace environment.

Settings

This extension contributes the following settings:

  • credo.enable: enable/disable this extension
  • credo.command: credo command that is used to collect problems DON'T USE FORMAT OPTION
  • credo.projectDir: specify mix directory in case Elixir project resides in a subdirectory
  • credo.mixEnv: MIX_ENV used to run credo, default value is test. You shouldn't need to change it. Make sure Credo is available in a :test environment.

Changelog

See Changelog here

Issues

Submit the issues if you find any bug or have any suggestion.

Contribution

Fork the repo and submit pull requests.