Add kitty terminal configuration

Update other stuff
This commit is contained in:
2019-05-04 21:03:07 +04:00
parent 5b2844a2f0
commit 19cc1b0528
249 changed files with 8937 additions and 98 deletions

View File

@@ -26,6 +26,8 @@ Rails/Date:
Metrics/BlockLength:
Exclude:
- 'spec/**/*_spec.rb'
- 'app/endpoints/**/*.rb'
- '*.gemspec'
# Commonly used screens these days easily fit more than 80 characters.
Metrics/LineLength:
@@ -99,3 +101,6 @@ Style/AndOr:
Enabled: true
Exclude:
- 'app/controllers/**/*'
Layout/AlignParameters:
Enabled: false