Skip to content

Commit 2eadd4c

Browse files
authored
Merge branch 'yegor256:master' into fix_hardcoded
2 parents 3f0e7ae + 55afed0 commit 2eadd4c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/markdown-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
runs-on: ubuntu-24.04
1717
steps:
1818
- uses: actions/checkout@v4
19-
- uses: articulate/actions-markdownlint@v1
19+
- uses: DavidAnson/markdownlint[email protected]

qulice-checkstyle/src/test/resources/com/qulice/checkstyle/BlankLinesInsideMethodsFail.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*/
1010
public final class BlankLinesInsideMethodsFail {
1111
/**
12-
* Method with space inbetween anonymous innter class methods.
12+
* Method with space between anonymous innter class methods.
1313
*/
1414
public void methodwithAnonymousInnerClass() {
1515

qulice-checkstyle/src/test/resources/com/qulice/checkstyle/BlankLinesOutsideMethodsPass.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*/
1010
public final class BlankLinesOutsideMethodsPass {
1111
/**
12-
* Method with space inbetween anonymous innter class methods.
12+
* Method with space between anonymous innter class methods.
1313
*/
1414
public void methodwithAnonymousInnerClass() {
1515
final Runnable runnable = new Runnable() {

0 commit comments

Comments
 (0)