Skip to content

Commit 5a37bb2

Browse files
committed
fixed problems
1 parent 92a0ed9 commit 5a37bb2

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

app/src/main/java/hexlet/code/Differ.java

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,3 @@ public static List<Map<String, Object>> calculateDiff(Map<String, Object> fileIn
6060
return diff;
6161
}
6262
}
63-
64-
65-
66-
// - name: Install CodeClimate Test Reporter
67-
//run: curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter && chmod +x ./cc-test-reporter
68-
//
69-
// - name: Run Checkstyle and report to CodeClimate
70-
//env:
71-
//CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
72-
//run: |
73-
// ./gradlew checkstyleMain checkstyleTest
74-
// ./cc-test-reporter format-coverage build/reports/checkstyle/main.xml --input-type checkstyle
75-
// ./cc-test-reporter upload-coverage

0 commit comments

Comments
 (0)