Skip to content

Commit

Permalink
Use 120 for max line length
Browse files Browse the repository at this point in the history
  • Loading branch information
chulkilee committed May 18, 2018
1 parent bf6c551 commit f67d852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .credo.exs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
#
{Credo.Check.Readability.FunctionNames},
{Credo.Check.Readability.LargeNumbers},
{Credo.Check.Readability.MaxLineLength, priority: :low, max_length: 80},
{Credo.Check.Readability.MaxLineLength, priority: :low, max_length: 120},
{Credo.Check.Readability.ModuleAttributeNames},
{Credo.Check.Readability.ModuleDoc},
{Credo.Check.Readability.ModuleNames},
Expand Down

0 comments on commit f67d852

Please sign in to comment.