Skip to content

Commit

Permalink
Wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucie Dubrunfaut authored and Lucie Dubrunfaut committed Jan 16, 2024
1 parent 4eab96e commit dd5d5e3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/scripts/pod_spell_check.t
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ use Test::Spelling;

open(FILE, "<", "stopwords.t");
add_stopwords(<FILE>);

Check failure on line 8 in .github/scripts/pod_spell_check.t

View workflow job for this annotation

GitHub Actions / pod-spell-check

readline() on closed filehandle FILE
close(FILE);

set_spell_cmd('hunspell -l');
all_pod_files_spelling_ok( $ARGV[0]);
all_pod_files_spelling_ok( $ARGV[0]);

close(FILE);

0 comments on commit dd5d5e3

Please sign in to comment.