fix: attendee credential association #243
Annotations
1 error and 11 warnings
π Lint the code
Process completed with exit code 8.
|
π§ Setup Elixir 1.17.x (OTP 27.x)
62..@dynamic_table_start + length - 1 inside guards requires an explicit step, please write 62..@dynamic_table_start + length - 1//1 or 62..@dynamic_table_start + length - 1//-1 instead
|
π§ Setup Elixir 1.17.x (OTP 27.x)
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
|
π§ Setup Elixir 1.17.x (OTP 27.x)
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
|
π§ Setup Elixir 1.17.x (OTP 27.x)
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
|
π§ Setup Elixir 1.17.x (OTP 27.x)
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
|
π§ Setup Elixir 1.17.x (OTP 27.x)
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
|
π§ Setup Elixir 1.17.x (OTP 27.x)
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
|
π§ Setup Elixir 1.17.x (OTP 27.x)
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
|
π§ Setup Elixir 1.17.x (OTP 27.x)
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
|
π§ Setup Elixir 1.17.x (OTP 27.x)
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
|
π Lint the code:
lib/safira_web/plugs/user_roles.ex#L31
Avoid negated conditions in if-else blocks.
|
Loading