1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-18 23:47:48 +02:00
ferret/pkg/runtime/expressions/literals
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
..
array.go Feature/#5 collect keyword alt (#141) 2018-10-24 21:30:05 -04:00
boolean.go Linter Cleanups (#294) 2019-05-03 17:10:34 -04:00
float.go Fix unused-parameter errors 2018-10-05 17:38:12 -04:00
int.go Fix unused-parameter errors 2018-10-05 17:38:12 -04:00
none.go Fix unused-parameter errors 2018-10-05 17:38:12 -04:00
object.go New type system (#232) 2019-02-13 12:31:18 -05:00
string.go Fix unused-parameter errors 2018-10-05 17:38:12 -04:00