Dialyxir v1.0.0-rc.5 Dialyxir.FilterMap View Source

A counters holding warnings to be skipped.

:counters points to a Map where the keys are warnings to be skipped and the value indicates how often the warning was skipped.

Link to this section Summary

Functions

Retrieve the filters from a FilterMap

Increase usage count of a filter in FilterMap

Remove all non-allowed arguments from args

Check if a FilterMap entry is unused

List unused filters

Determine if any filters were not used

Link to this section Functions

Retrieve the filters from a FilterMap.

Link to this function from_file(ignore_file, list_unused_filters?, halt_exit_status?) View Source

Fill a FilterMap from an ignore file.

Increase usage count of a filter in FilterMap.

Remove all non-allowed arguments from args.

Check if a FilterMap entry is unused.

Link to this function unused_filters(filter_map) View Source

List unused filters.

Link to this function unused_filters?(filter_map) View Source

Determine if any filters were not used.