Skip to content

Commit

Permalink
#49 moved to packs
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Nov 28, 2024
1 parent 66933f9 commit d03d0c6
Show file tree
Hide file tree
Showing 53 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/eolang/lints/LintByXslTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ void lintsOneFile() throws IOException {
}

@ParameterizedTest
@ClasspathSource(value = "org/eolang/lints/", glob = "**.yaml")
@ClasspathSource(value = "org/eolang/lints/packs/", glob = "**.yaml")
void testsAllLints(final String pack) throws IOException {
final CheckPack check = new CheckPack(pack);
if (check.skip()) {
Expand Down

0 comments on commit d03d0c6

Please sign in to comment.