Skip to content

Commit 4e86466

Browse files
authored
Merge pull request #58 from scalecube/develop
Release
2 parents 4e7d3a5 + 8d50906 commit 4e86466

File tree

2 files changed

+18
-38
lines changed

2 files changed

+18
-38
lines changed

.gitignore

Lines changed: 17 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,17 @@
1-
# Eclipse project files
2-
.project
3-
.classpath
4-
.settings
5-
6-
# IntelliJ IDEA project files and directories
7-
*.iml
8-
*.ipr
9-
*.iws
10-
.idea/
11-
12-
# Geany project file
13-
.geany
14-
15-
# KDevelop project file and directory
16-
.kdev4/
17-
*.kdev4
18-
19-
# Build targets
20-
/target
21-
*/target
22-
23-
# Report directories
24-
/reports
25-
*/reports
26-
*.csv
27-
*.log
28-
*.zip
29-
30-
# Mac-specific directory that no other operating system needs.
31-
.DS_Store
32-
33-
# JVM crash logs
34-
hs_err_pid*.log
35-
36-
*.log
37-
*.csv
1+
# everything that starts with dot (hidden files)
2+
.*
3+
# except this file
4+
!.gitignore
5+
# except this file-extention
6+
!.*.yml
7+
8+
# Build targets
9+
**/target/
10+
11+
# logs and reports
12+
*.csv
13+
*.log
14+
*.zip
15+
16+
# IntelliJ IDEA project files and directories
17+
*.iml

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070

7171
<!-- check style configuration -->
7272
<checkstyle.config.location>google_checks.xml</checkstyle.config.location>
73-
<com.puppycrawl.tools.checkstyle-version>8.12</com.puppycrawl.tools.checkstyle-version>
73+
<com.puppycrawl.tools.checkstyle-version>8.20</com.puppycrawl.tools.checkstyle-version>
7474

7575
<dockerfile.repository>scalecube/${project.artifactId}</dockerfile.repository>
7676
<dockerfile.maven.version>1.4.6</dockerfile.maven.version>

0 commit comments

Comments
 (0)