1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-03-05 15:16:07 +02:00
3timeslazy acf2f13dcb Linter Cleanups (#294)
* sync with MontFerret/ferret

* fix --param handling

When params is converted to map it uses strings.Split,
which slices a string into all substrings separated by :.

* remove impossible conditions nil != nil

* delete ineffectual assignments

* replace '+= 1' with '++'

* remove useless comparison with nil

* merge variable declarations

* remove bool comparison

* fix imports

* fix imports

* delete unused file

* use copy instead of loop

* delete unused DummyInterface

* remove unnecassary break statements

* tidy modules
2019-05-03 17:10:34 -04:00
..
2018-10-12 11:58:08 -04:00
2019-02-13 12:31:18 -05:00
2019-03-29 10:48:51 -04:00
2018-09-18 16:42:38 -04:00
2018-09-21 20:37:09 -04:00
2019-05-03 17:10:34 -04:00
2019-03-19 16:17:05 -04:00
2018-10-05 20:29:42 -04:00
2019-02-13 12:31:18 -05:00
2019-03-29 10:48:51 -04:00
2018-09-23 04:33:20 -04:00
2019-02-13 12:31:18 -05:00
2019-02-13 12:31:18 -05:00
2019-03-15 00:00:21 -04:00