We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37be904 commit 875b913Copy full SHA for 875b913
src/test/java/org/kohsuke/github/ArchTests.java
@@ -118,7 +118,7 @@ public void testRequireFollowingNamingConvention() {
118
declaredIn(GHGistBuilder.class).and(name("public_")),
119
declaredIn(Commit.class).and(name("getComment_count")),
120
declaredIn(CommitPointer.class).and(name("getHtml_url")),
121
- declaredIn(GHRelease.class).and(name("getPublished_at"))
+ declaredIn(GHRelease.class).and(name("getPublished_at"))))
122
.because(reason);
123
124
final ArchRule classesNotFollowingConvention = noClasses().should(haveNamesContainingUnless("_"))
0 commit comments