File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: None
2+ # SPDX-License-Identifier: CC0-1.0
3+
14# This file contains the configuration for Credo and you are probably reading
25# this after creating it with `mix credo.gen.config`.
36#
Original file line number Diff line number Diff line change 1- # Used by "mix format"
1+ # SPDX-FileCopyrightText: None
2+ # SPDX-License-Identifier: CC0-1.0
23[
34 inputs: [ "{mix,.formatter}.exs" ]
45]
Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: None
2+ # SPDX-License-Identifier: CC0-1.0
13name : Elixir CI
24
35on :
Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: None
2+ # SPDX-License-Identifier: CC0-1.0
3+
14# The directory Mix will write compiled artifacts to.
25/_build /
36
Original file line number Diff line number Diff line change 1+ <!--
2+ SPDX-FileCopyrightText: None
3+ SPDX-License-Identifier: CC0-1.0
4+ -->
5+
16# Changelog
27
38## v1.0.0
Original file line number Diff line number Diff line change 1+ <!--
2+ SPDX-FileCopyrightText: None
3+ SPDX-License-Identifier: CC0-1.0
4+ -->
5+
16# CircularBuffer
27
38[ ![ Hex version] ( https://img.shields.io/hexpm/v/circular_buffer.svg " Hex version ")] ( https://hex.pm/packages/circular_buffer )
Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: None
2+ # SPDX-License-Identifier: CC0-1.0
13version = 1
24
35[[annotations ]]
46path = [
5- " .credo.exs" ,
6- " .formatter.exs" ,
7- " .gitignore" ,
8- " .github/**/*" ,
9- " CHANGELOG.md" ,
10- " README.md" ,
11- " REUSE.toml" ,
12- " mix.exs" ,
137 " mix.lock"
148]
159precedence = " aggregate"
Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: None
2+ # SPDX-License-Identifier: CC0-1.0
3+
14defmodule CircularBuffer.MixProject do
25 use Mix.Project
36
You can’t perform that action at this time.
0 commit comments