1package Perl::Lint::Filter::LikePerlCritic::Brutal;
2use strict;
3use warnings;
4use utf8;
5
6sub filter {
7    return [];
8}
9
101;
11
12