adobe/elixir-styler
An @elixir-lang code-style enforcer that will just FIFY instead of complaining
ElixirApache-2.0
Issues
- 5
feat: comment directive "sort"
#167 opened by novaugust - 2
un-piping causes CompileError in 1.2.0
#204 opened by paulswartz - 0
ex 1.18 misc deprecations
#202 opened by novaugust - 0
alias lifting fails when alias already exists
#201 opened by novaugust - 2
feature request: automatically migrate struct update syntax into pattern matching
#199 opened by SteffenDE - 1
rewrite single quoted atoms to double quoted atoms
#200 opened by novaugust - 4
bug: alias lifting produces broken code when aliases conflict with other existing usages
#193 opened by jsw800 - 0
pipeify functions whose first argument is a pipe
#133 opened by novaugust - 2
- 16
Config styling separates code from comments
#187 opened by dfalling - 0
- 5
Unless is complex to read
#190 opened by janpieper - 1
The `mix format` process being hung up while one of the `if` statements body is empty
#196 opened by itamm15 - 0
- 0
standardize sigil delimiters
#195 opened by novaugust - 3
- 3
with true <- some_func incorrectly being rewritten
#186 opened by dvic - 0
- 0
- 2
organize phoenix routes like we do with mix configs
#160 opened by novaugust - 1
- 2
- 0
`with true <- foo do` -> `if foo do`
#173 opened by novaugust - 0
- 1
Invalid formatting of `!` when restructuring a pipe
#183 opened by nherzing - 0
- 0
bug in `Map.drop` => `Map.delete` with list literal
#177 opened by novaugust - 2
Need configurability
#172 opened by evansorenson - 0
extract module attribute values to variables when moving them below references
#156 opened by novaugust - 0
`Map.drop([one_thing]) => Map.delete(one_thing)`
#161 opened by novaugust - 1
- 2
- 1
How to handle dynamic module documentation?
#159 opened by danmarcab - 2
missing coma on a with block cause styling error
#158 opened by DavidB59 - 0
de-alias use/import when organizing directives
#137 opened by novaugust - 4
`Timex.now(tz)` -> `DateTime.now!(tz)` can result in runtime errors due to Timex tolerating nonstandard timezones
#145 opened by ivymarkwell - 0
- 0
- 0
- 1
loosen config file regex
#150 opened by novaugust - 1
- 0
- 0
unpiping moved a comment
#136 opened by novaugust - 1
- 0
rewrite `if a != b, do: x, else: y` negations?
#132 opened by novaugust - 5
Elixir 1.15 need double formatting
#131 opened by epinault - 1
- 1
Minor bug: reformats `|> then(&(-&1))` to invalid code
#128 opened by kerryb - 4
Decreasing range should have -1 as incremetor
#125 opened by saveman71 - 2