Add typespec/1
macro to transform module behaviour
#777
Annotations
2 errors and 22 warnings
Test (Elixir 1.17.0 | Erlang/OTP 27)
Process completed with exit code 2.
|
Test (Elixir 1.12.3 | Erlang/OTP 24.3)
Process completed with exit code 2.
|
Conformance test (Elixir 1.14 | Erlang/OTP 24.2)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
Test (Elixir 1.17.0 | Erlang/OTP 27)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
Test (Elixir 1.12.3 | Erlang/OTP 24.3)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
Conformance test (Elixir 1.14 | Erlang/OTP 24.2)
use Bitwise is deprecated. import Bitwise instead
|
Conformance test (Elixir 1.14 | Erlang/OTP 24.2):
lib/protobuf/dsl.ex#L245
variable "props" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Test (Elixir 1.17.0 | Erlang/OTP 27)
0..-2 has a default step of -1, please write 0..-2//-1 instead
|
Test (Elixir 1.17.0 | Erlang/OTP 27)
2..-1 has a default step of -1, please write 2..-1//-1 instead
|
Test (Elixir 1.17.0 | Erlang/OTP 27)
1..-1 has a default step of -1, please write 1..-1//-1 instead
|
Test (Elixir 1.17.0 | Erlang/OTP 27)
1..-1 has a default step of -1, please write 1..-1//-1 instead
|
Test (Elixir 1.17.0 | Erlang/OTP 27)
1..-2 has a default step of -1, please write 1..-2//-1 instead
|
Test (Elixir 1.17.0 | Erlang/OTP 27)
0..-2 has a default step of -1, please write 0..-2//-1 instead
|
Test (Elixir 1.17.0 | Erlang/OTP 27)
0..-2 has a default step of -1, please write 0..-2//-1 instead
|
Test (Elixir 1.17.0 | Erlang/OTP 27)
0..-2 has a default step of -1, please write 0..-2//-1 instead
|
Test (Elixir 1.17.0 | Erlang/OTP 27)
0..-2 has a default step of -1, please write 0..-2//-1 instead
|
Test (Elixir 1.17.0 | Erlang/OTP 27)
0..-2 has a default step of -1, please write 0..-2//-1 instead
|
Test (Elixir 1.12.3 | Erlang/OTP 24.3):
lib/protobuf/dsl.ex#L245
variable "props" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Test (Elixir 1.12.3 | Erlang/OTP 24.3):
test/protobuf/builder_test.exs#L64
TestMsg.ContainsTransformModule.new/1 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/2
|
Test (Elixir 1.12.3 | Erlang/OTP 24.3):
test/protobuf/builder_test.exs#L51
TestMsg.Foo.Bar.new/0 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/1
|
Test (Elixir 1.12.3 | Erlang/OTP 24.3):
test/protobuf/builder_test.exs#L56
TestMsg.Foo2.new/1 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/2
|
Test (Elixir 1.12.3 | Erlang/OTP 24.3):
test/protobuf/dsl_test.exs#L207
TestMsg.Foo.new/0 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/1
|
Test (Elixir 1.12.3 | Erlang/OTP 24.3):
test/protobuf/dsl_test.exs#L222
TestMsg.Foo.new/1 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/2
|
Test (Elixir 1.12.3 | Erlang/OTP 24.3):
test/protobuf/dsl_test.exs#L222
TestMsg.Foo.Bar.new/1 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/2
|