You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ perlcritic git-sub.pl
Subroutines::ProhibitCallsToUnexportedSubs: Cannot find source file "git.pm"
Use of "git::config" without including "git" at git-sub.pl line 7
In this case, there should be no warning and no critic violation. It's not clear to me what's going on here.
The text was updated successfully, but these errors were encountered:
The same issue occurs with Modules::RequireExplicitInclusion - could it be, that this happens because the apply to PPI::Documents, not individual tokens?
This is related to houseabsolute/precious#32
perl -MPerl::Critic::Policy::Subroutines::ProhibitCallsToUnexportedSubs -e 'print $Perl::Critic::Policy::Subroutines::ProhibitCallsToUnexportedSubs::VERSION' 0.06
$ cat .perlcriticrc
In this case, there should be no warning and no critic violation. It's not clear to me what's going on here.
The text was updated successfully, but these errors were encountered: