Remove 80 limit from root of project (CI is format checking build artifacts?)

pull/1135/head
Rick Carlino 2020-02-06 12:00:43 -06:00
parent d598ab6280
commit 56ccf70ad8
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
[
inputs: ["*.{ex,exs}", "{test}/**/*.{ex,exs}"],
line_length: 80
inputs: ["*.{ex,exs}", "{test}/**/*.{ex,exs}"]
]