micro/internal
Sourya Vatsyayan fc3dd9a62f
Fix quality issues (#1856)
* Add .deepsource.toml

* Remove unnecessary comparison with bool

* Remove unnecessary use of slice

* Replace multiple `append`s with one

* Remove unnecessary wrapping of function call

* Fix check for empty string

* Simplify error creation with `fmt.Errorf`

* Fix defers before error check

Signed-off-by: sourya_deepsource <sourya@deepsource.io>

* Remove untrappable `os.Kill` signal

Signed-off-by: sourya_deepsource <sourya@deepsource.io>

* Remove empty else branch

Signed-off-by: sourya_deepsource <sourya@deepsource.io>

* Add missing error check

Signed-off-by: sourya_deepsource <sourya@deepsource.io>

* Merge variable declaration and assignment

Signed-off-by: sourya_deepsource <sourya@deepsource.io>

* Remove unnecessary `nil` check

Signed-off-by: sourya_deepsource <sourya@deepsource.io>

* Revert changes to generated files

Signed-off-by: sourya_deepsource <sourya@deepsource.io>

* Remove .deepsource.toml

Signed-off-by: sourya_deepsource <sourya@deepsource.io>

Co-authored-by: DeepSource Bot <bot@deepsource.io>
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
2020-09-16 00:08:01 -04:00
..
action Fix quality issues (#1856) 2020-09-16 00:08:01 -04:00
buffer Fix quality issues (#1856) 2020-09-16 00:08:01 -04:00
clipboard Update to tcell v2 2020-09-05 14:52:35 -04:00
config Fix quality issues (#1856) 2020-09-16 00:08:01 -04:00
display Fix quality issues (#1856) 2020-09-16 00:08:01 -04:00
info Fix quality issues (#1856) 2020-09-16 00:08:01 -04:00
lua Drop unnecessary Ftoa and FtoaWithDigits function (#1751) 2020-06-30 13:19:27 -04:00
screen Enable xterm automatically if screen init fails 2020-09-15 01:11:59 -04:00
shell Fix JobSend stdin 2020-08-10 12:24:29 -04:00
util Fix path escaping on Windows 2020-06-27 17:59:28 -04:00
views Fix unsplit crash 2020-02-08 21:06:13 -05:00