SkillAgentSearch skills...

Nicene

Additional Credo checks

Install / Use

/learn @sketch-hq/Nicene
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Nicene

Nicene is a collection of Credo checks.

Documentation is available at https://hexdocs.pm/nicene.

Installation

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

def deps do
  [
    {:nicene, "~> 0.7.0"}
  ]
end

Usage

Nicene defines Credo.Checks that you can add to your .credo.exs, for example:

%{
  configs: [
    %{
      name: "default",
      checks: [
        {Nicene.FileAndModuleName, []},
        {Nicene.UnnecessaryPatternMatching, []},
        {Nicene.FileTopToBottom, []},
      ]
    }
  ]
}

See the documentation on hex for the list of supported checks and their configuration.

View on GitHub
GitHub Stars39
CategoryDevelopment
Updated1y ago
Forks7

Languages

Elixir

Security Score

75/100

Audited on Jul 29, 2024

No findings