Skip to content

badarg when applying numeric_format #213

Closed
@elbrujohalcon

Description

When applying the new numeric_format rule to a file like the one below, it fails with badarg:

-module(bin).

-type bad() :: <<_:8>>.

-export_type([bad/0]).

That's because of the 8 that can be found there and, according to the parser, it has no associated text property.

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions