feat: add boosts #268
Annotations
10 errors and 10 warnings
OTP 25.x / Elixir 1.14.x:
test/parzival/store_test.exs#L194
test boosts delete_boost/1 deletes the boost (Parzival.StoreTest)
|
OTP 25.x / Elixir 1.14.x:
test/parzival/store_test.exs#L188
test boosts update_boost/2 with invalid data returns error changeset (Parzival.StoreTest)
|
OTP 25.x / Elixir 1.14.x:
test/parzival/store_test.exs#L227
test items update_item/2 with valid data updates the item (Parzival.StoreTest)
|
OTP 25.x / Elixir 1.14.x:
test/parzival/store_test.exs#L154
test boosts get_boost!/1 returns the boost with given id (Parzival.StoreTest)
|
OTP 25.x / Elixir 1.14.x:
test/parzival/store_test.exs#L149
test boosts list_boosts/0 returns all boosts (Parzival.StoreTest)
|
OTP 25.x / Elixir 1.14.x:
test/parzival/store_test.exs#L200
test boosts change_boost/1 returns a boost changeset (Parzival.StoreTest)
|
OTP 25.x / Elixir 1.14.x:
test/parzival/store_test.exs#L218
test items get_item!/1 returns the item with given id (Parzival.StoreTest)
|
OTP 25.x / Elixir 1.14.x:
test/parzival/store_test.exs#L247
test items change_item/1 returns a item changeset (Parzival.StoreTest)
|
OTP 25.x / Elixir 1.14.x:
test/parzival/store_test.exs#L241
test items delete_item/1 deletes the item (Parzival.StoreTest)
|
OTP 25.x / Elixir 1.14.x:
test/parzival/store_test.exs#L213
test items list_items/0 returns all items (Parzival.StoreTest)
|
OTP 25.x / Elixir 1.14.x
this clause cannot match because a previous clause at line 33 always matches
|
OTP 25.x / Elixir 1.14.x
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
OTP 25.x / Elixir 1.14.x
use Bitwise is deprecated. import Bitwise instead
|
OTP 25.x / Elixir 1.14.x
use Bitwise is deprecated. import Bitwise instead
|
OTP 25.x / Elixir 1.14.x
use Bitwise is deprecated. import Bitwise instead
|
OTP 25.x / Elixir 1.14.x
Supervisor.Spec.worker/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead
|
OTP 25.x / Elixir 1.14.x
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
OTP 25.x / Elixir 1.14.x
Application.get_env/2 is discouraged in the module body, use Application.compile_env/3 instead
|
OTP 25.x / Elixir 1.14.x
System.stacktrace/0 is deprecated. Use __STACKTRACE__ instead
|
OTP 25.x / Elixir 1.14.x
use Bitwise is deprecated. import Bitwise instead
|