micro/internal/config
Siddhant N Trivedi cf35b8021c
Fix some quality issues (#1914)
* Add .deepsource.toml

* Fix unnecessary typecasting on `bytes.Buffer`

* Fix check for empty string

* Replace nested if block with else-if

* Replace nested if block with else-if

* Replaced string.Replace() with string.ReplaceAll where n<0

* Remove deepsource toml file

Signed-off-by: siddhant-deepsource <siddhant@deepsource.io>

Co-authored-by: DeepSource Bot <bot@deepsource.io>
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
2021-01-09 13:39:21 -05:00
..
autosave.go Fix autosave not running by default 2020-10-08 23:33:34 -04:00
colorscheme.go Fix palette colors with tcell v2 2020-09-21 01:21:59 -04:00
colorscheme_test.go Update to tcell v2 2020-09-05 14:52:35 -04:00
config.go Use filepath.Join more 2020-02-11 13:09:17 -05:00
globals.go Fix internal string binding representation 2020-11-05 15:52:25 -05:00
plugin.go Fix v2 import path for go mod 2020-05-04 10:16:15 -04:00
plugin_installer.go Fix quality issues (#1856) 2020-09-16 00:08:01 -04:00
plugin_installer_test.go Add plugin manager 2020-02-01 23:54:38 -05:00
plugin_manager.go Add plugin manager 2020-02-01 23:54:38 -05:00
rtfiles.go Clicking tabbar arrow scrolls and fix multicursor 2020-02-12 13:05:15 -05:00
rtfiles_test.go Change project layout and use go.mod 2019-12-25 17:05:10 -05:00
runtime.go Fix some quality issues (#1914) 2021-01-09 13:39:21 -05:00
settings.go Enable ignorecase by default 2020-11-05 15:39:05 -05:00