Skip to content

Wigny/credo_codeclimate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CredoCodeClimate

Credo plugin for writing the CodeClimate-like report file.

This plugin generates a CodeClimate-like report file used by GitLab Code Quality.

Installation

Add credo_codeclimate to your list of dependencies in mix.exs:

def deps do
  [
    {:credo_codeclimate, github: "wigny/credo_codeclimate", tag: "0.1.1", only: [:dev, :test], runtime: false}
  ]
end

And add the plugin to your .credo.exs config file:

%{
  configs: [
    %{
      name: "default",
      plugins: [
        {CredoCodeClimate, report_file: "./gl-code-quality-report.json"}
      ]
    }
  ]
}

About

Credo plugin for writing the CodeClimate-like report file.

Topics

Resources

Stars

Watchers

Forks

Languages