Results 7 issues of James Aimonetti

Previously, command-line files were forced to be processed sequentially, regardless of any `parallel` setting. Now the files are converted to elvis_files and included in the config for regular processing. Addresses...

When invoking elvis with the --parallel option to process files in parallel and a list of files, each file is processed sequentially (due to lists:map/2 being used on each passed...

bug

## Bug Description Record fields that appear "obviously in use" in the code are detected as unused. ## To Reproduce Well, this is the tricky bit as we don't use...

bug

https://www.rfc-editor.org/rfc/rfc8785#name-serialization-of-strings stipulates encoding of `\u000F` MUST be `\u000f` (more generally `\uhhhh` vs `\uHHHH`). Any interest in an encoding option to "canonical" form? Helpful for HMACs and the like.

First pass at getting $ref support. Punting on absolute URIs (or $ref value not starting with '#') by allowing the caller to pass a schema_loader_fun function that will return the...

Following https://whatsapp.github.io/erlang-language-platform/docs/get-started/configure-project/elp-toml/ ``` > elp version elp 1.1.0+build-2024-08-05 ``` Docs say having `enabled = false` under `[buck]` looks like enough. First time loading an Erlang source file in Emacs I...

documentation
prio-low

`invalid type: sequence, expected a map at line 16 column 17` Where line 16 pointed to `"macros" : []` . Changing to `"macros" : {}` and no complaints.