prysm-pulse/shared/params
Radosław Kapka aaa3abf630
Shadowed Predeclared Indentifier analyzer (#7215)
* wip

* working for some ast nodes

* works for all but assignment

* works for all but mixed assignments

* change test name

* plug in the analyzer

* remove `copy` from predeclared list

* rename few shadowing names

* rename `len` to `length`

* add one more test case

* rename `panic` to `panicResult`

* replace `panic` with `panicResult` in error message

* remove test case not covered by the tool

* add `byte` to predeclared list

* additional test cases

* rename `copy` to `copyHandler`

* exclude functions with receivers

* revert to good names

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2020-09-14 12:49:15 +02:00
..
spectest First take of applying assertion funcs to shared tests (#6666) 2020-08-25 10:18:29 +00:00
BUILD.bazel First take of applying assertion funcs to shared tests (#6666) 2020-08-25 10:18:29 +00:00
config_test.go Assert no side effects occur on test (#5714) 2020-05-05 08:39:38 +00:00
config.go Implement helper method WeakSubjectivityCheckptEpoch (#7201) 2020-09-10 17:37:52 +00:00
io_config.go Add BoltTimeout to IO config (#6555) 2020-07-11 16:43:26 +00:00
loader_test.go First take of applying assertion funcs to shared tests (#6666) 2020-08-25 10:18:29 +00:00
loader.go Shadowed Predeclared Indentifier analyzer (#7215) 2020-09-14 12:49:15 +02:00
mainnet_config.go Implement helper method WeakSubjectivityCheckptEpoch (#7201) 2020-09-10 17:37:52 +00:00
minimal_config.go Voting With The Majority (#6644) 2020-07-28 20:29:12 +00:00
network_config.go Config/flag: medalla as default (#6770) 2020-07-30 08:45:00 -05:00
testnet_altona_config.go Verify deposits made and show network deposit is for (#6996) 2020-08-30 16:39:53 +00:00
testnet_e2e_config.go Verify deposits made and show network deposit is for (#6996) 2020-08-30 16:39:53 +00:00
testnet_medalla_config.go Revert 6966 (#7178) 2020-09-04 12:25:42 -05:00
testnet_onyx_config.go eth1 chain ID and network checks (#6727) 2020-07-27 04:48:36 +00:00
testutils.go Refactor params/config to separate files for clarity (#6427) 2020-06-27 00:20:24 +00:00