diff options
author | Tyler Murphy <tylerm@tylerm.dev> | 2023-10-01 11:55:23 -0400 |
---|---|---|
committer | Tyler Murphy <tylerm@tylerm.dev> | 2023-10-01 11:55:23 -0400 |
commit | 6b5acbc8c00045a7926c2f295fb03ae4b0459305 (patch) | |
tree | c2df0f30d8eade2a2211b53c5a62a0bc71496045 /home-config/zsh/zsh-autosuggestions/.rubocop.yml | |
parent | package lavanda gtk theme (diff) | |
download | dotfiles-guix-6b5acbc8c00045a7926c2f295fb03ae4b0459305.tar.gz dotfiles-guix-6b5acbc8c00045a7926c2f295fb03ae4b0459305.tar.bz2 dotfiles-guix-6b5acbc8c00045a7926c2f295fb03ae4b0459305.zip |
package zsh-autosuggestions
Diffstat (limited to 'home-config/zsh/zsh-autosuggestions/.rubocop.yml')
-rw-r--r-- | home-config/zsh/zsh-autosuggestions/.rubocop.yml | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/home-config/zsh/zsh-autosuggestions/.rubocop.yml b/home-config/zsh/zsh-autosuggestions/.rubocop.yml deleted file mode 100644 index 97facac..0000000 --- a/home-config/zsh/zsh-autosuggestions/.rubocop.yml +++ /dev/null @@ -1,30 +0,0 @@ -# Rails: -# Enabled: true - -AllCops: - TargetRubyVersion: 2.3 - Include: - - '**/Rakefile' - - '**/config.ru' - - '**/Gemfile' - -Metrics/LineLength: - Max: 120 - -Style/Documentation: - Enabled: false - -Style/DotPosition: - EnforcedStyle: trailing - -Style/FrozenStringLiteralComment: - Enabled: false - -Style/Lambda: - Enabled: false - -Style/MultilineMethodCallIndentation: - EnforcedStyle: indented - -Style/TrailingUnderscoreVariable: - Enabled: false |