Brujo Benavides

Results 120 issues of Brujo Benavides

When I try to analyze [inaka/canillita](http://github.com/inaka/canillita), I found an error. These are the steps I follow: ```bash $ git clone https://github.com/inaka/canillita.git $ cd canillita $ make rel $ _rel/canillita/bin/canillita console...

Add `rebar3_format` and apply it to the code in this repo. Also add it to CI pipelines.

When a file is _just moved_, github doesn't send `patch` field in json payload for PRs. That makes `elvis_webhook` crash with the following error: ``` 20:27:11.686 [error] [elvis_server_utils:handle_exception:145] function_clause. Stack...

bug

In `hex` fetcher, allow users to specify the name of the package (which can be different than the associated application): In the following example `aleppo` is the name of the...

## General Items - [x] It has a github repo - [x] It has a proper LICENSE file - [x] It's hooked to a hipchat room - [x] It's has...

Take a look at [Erlang.SE](http://www.erlang.se/doc/programming_rules.shtml) (i.e. the programming guidelines for Erlang at Ericsson) and extract as many guidelines as possible for this repo.

*** ##### snake_case for module names, function names, and atoms in general > Use snake_case for module names, function names and atoms in general and avoid uppercase letters in them....

*** ##### PascalCase for variable names > Use PascalCase for variable names and don't include underscores in between words. ```erlang good(These, VariableNames) -> TCPSocket = new_socket(), [These | are(very, good,...

We lost coverage on `wpool_pool` (now at 95%) after #95. We need to get to 100% again.

How come we have elastic-search support and we don't have support for our own [lucene_server](http://github.com/inaka/lucene_server)?

hacktoberfest