Skip to content
This repository was archived by the owner on Feb 20, 2022. It is now read-only.

Commit b8d3494

Browse files
committed
Merge branch 'settings' into build
2 parents 2aa123c + 5725ee1 commit b8d3494

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ docker/log
66
.viminfo
77
.bash_history
88
*.swp
9+
.env
10+
.idea
911

1012
# Ruby / RMV
1113
.ruby-version

docker/.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#
1010
# See https://docs.rubocop.org/rubocop/configuration
1111
Layout/LineLength:
12-
Max: 100
12+
Max: 120
1313
Style/FrozenStringLiteralComment:
1414
EnforcedStyle: always_true
1515
Safe: true

0 commit comments

Comments
 (0)