rusty1s/dotfiles

View on GitHub
vim/autoload/trim.vim

Summary

Maintainability
Test Coverage

Do not use a command that has unintended side effects
Open

    %s/\s\+$//e
Severity: Minor
Found in vim/autoload/trim.vim by vint

Google VimScript Style Guide (Dangerous)

Avoid commands that rely on user settings
Open

    normal mz
Severity: Minor
Found in vim/autoload/trim.vim by vint

Google VimScript Style Guide (Fragile)

Avoid commands that rely on user settings
Open

    normal Hmy
Severity: Minor
Found in vim/autoload/trim.vim by vint

Google VimScript Style Guide (Fragile)

Avoid commands that rely on user settings
Open

    %s/\s\+$//e
Severity: Minor
Found in vim/autoload/trim.vim by vint

Google VimScript Style Guide (Fragile)

Avoid commands that rely on user settings
Open

    normal `z
Severity: Minor
Found in vim/autoload/trim.vim by vint

Google VimScript Style Guide (Fragile)

Do not use a command that has unintended side effects
Open

  :silent! %s#\($\n\s*\)\+\%$##
Severity: Minor
Found in vim/autoload/trim.vim by vint

Google VimScript Style Guide (Dangerous)

Avoid commands that rely on user settings
Open

    normal 'yz<CR>
Severity: Minor
Found in vim/autoload/trim.vim by vint

Google VimScript Style Guide (Fragile)

Avoid commands that rely on user settings
Open

  :silent! %s#\($\n\s*\)\+\%$##
Severity: Minor
Found in vim/autoload/trim.vim by vint

Google VimScript Style Guide (Fragile)

There are no issues that match your filters.

Category
Status