Skip to content

Commit ddfe87b

Browse files
committedJan 30, 2018
refactor and code the main loopls
1 parent c1e5d3f commit ddfe87b

File tree

124 files changed

+4914
-5710
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+4914
-5710
lines changed
 

‎.codeclimate.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
version: "2"
2-
plugins:
3-
sonar-java:
4-
enabled: true
5-
config:
1+
version: "2"
2+
plugins:
3+
sonar-java:
4+
enabled: true
5+
config:
66
sonar.java.source: 8

‎.github/ISSUE_TEMPLATE.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
Please answer these questions before submitting your issue. Thanks!
2-
3-
1. What did you do?
4-
If possible, provide a recipe for reproducing the error.
5-
6-
7-
2. What did you expect to see?
8-
9-
10-
11-
3. What did you see instead?
12-
13-
1+
Please answer these questions before submitting your issue. Thanks!
2+
3+
1. What did you do?
4+
If possible, provide a recipe for reproducing the error.
5+
6+
7+
2. What did you expect to see?
8+
9+
10+
11+
3. What did you see instead?
12+
13+

0 commit comments

Comments
 (0)
Please sign in to comment.