williamgueiros / Brcpfcnpj

Validação,Formatação e Gerador Cpf/Cnpj em Elixir
MIT License
69 stars 17 forks source link

mix format all files #14

Closed prem-prakash closed 5 years ago

prem-prakash commented 6 years ago

current formatting is causing warnings on most recent versions of elixir when compiling

remote: warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
remote:
remote:     def text do
remote:       """
remote:     contents
remote:       """
remote:     end
remote:
remote: Instead make sure the contents are indented as much as the heredoc closing:
remote:
remote:     def text do
remote:       """
remote:       contents
remote:       """
remote:     end
remote:
remote: The current heredoc line is indented too little
remote:   /tmp/build_f1b5dd8eaf31f2aec795dbd25f073c48/deps/brcpfcnpj/mix.exs:27
remote:
remote: warning: variable "description" does not exist and is being expanded to "description()", please use parentheses to remove the ambiguity or change the variable name
remote:   /tmp/build_f1b5dd8eaf31f2aec795dbd25f073c48/deps/brcpfcnpj/mix.exs:8
remote:
remote: warning: variable "package" does not exist and is being expanded to "package()", please use parentheses to remove the ambiguity or change the variable name
remote:   /tmp/build_f1b5dd8eaf31f2aec795dbd25f073c48/deps/brcpfcnpj/mix.exs:9
remote:
remote: warning: variable "deps" does not exist and is being expanded to "deps()", please use parentheses to remove the ambiguity or change the variable name
remote:   /tmp/build_f1b5dd8eaf31f2aec795dbd25f073c48/deps/brcpfcnpj/mix.exs:10
remote:
remote: ==> brcpfcnpj
remote: Compiling 5 files (.ex)
remote: warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
remote:
remote:     def text do
remote:       """
remote:     contents
remote:       """
remote:     end
remote:
remote: Instead make sure the contents are indented as much as the heredoc closing:
remote:
remote:     def text do
remote:       """
remote:       contents
remote:       """
remote:     end
remote:
remote: The current heredoc line is indented too little
remote:   lib/brcpfcnpj.ex:14
remote:
remote: warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
remote:
remote:     def text do
remote:       """
remote:     contents
remote:       """
remote:     end
remote:
remote: Instead make sure the contents are indented as much as the heredoc closing:
remote:
remote:     def text do
remote:       """
remote:       contents
remote:       """
remote:     end
remote:
remote: The current heredoc line is indented too little
remote:   lib/brcpfcnpj.ex:28
remote:
remote: warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
remote:
remote:     def text do
remote:       """
remote:     contents
remote:       """
remote:     end
remote:
remote: Instead make sure the contents are indented as much as the heredoc closing:
remote:
remote:     def text do
remote:       """
remote:       contents
remote:       """
remote:     end
remote:
remote: The current heredoc line is indented too little
remote:   lib/brcpfcnpj.ex:37
remote:
remote: warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
remote:
remote:     def text do
remote:       """
remote:     contents
remote:       """
remote:     end
remote:
remote: Instead make sure the contents are indented as much as the heredoc closing:
remote:
remote:     def text do
remote:       """
remote:       contents
remote:       """
remote:     end
remote:
remote: The current heredoc line is indented too little
remote:   lib/brcpfcnpj.ex:54
remote:
remote: warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
remote:
remote:     def text do
remote:       """
remote:     contents
remote:       """
remote:     end
remote:
remote: Instead make sure the contents are indented as much as the heredoc closing:
remote:
remote:     def text do
remote:       """
remote:       contents
remote:       """
remote:     end
remote:
remote: The current heredoc line is indented too little
remote:   lib/brcpfcnpj.ex:70
remote:
remote: warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:
remote:
remote:     def text do
remote:       """
remote:     contents
remote:       """
remote:     end
remote:
remote: Instead make sure the contents are indented as much as the heredoc closing:
remote:
remote:     def text do
remote:       """
remote:       contents
remote:       """
remote:     end
remote:
remote: The current heredoc line is indented too little
remote:   lib/cpfcnpj.ex:93
remote:
remote: Generated brcpfcnpj app