statix/lib
Stanisław Pitucha 6463c05411 new lint: repeated_keys
Check for repeated keys in attrsets. For example:

```
foo.bar1 = 1;
foo.bar2 = 2;
foo.bar3 = 3;
```

should recommend creating a

```
foo = { ... }
```

Report only on multi-level keys

Add tests

tweak repeated-keys lint
2023-01-08 13:47:26 +05:30
..
src new lint: repeated_keys 2023-01-08 13:47:26 +05:30
Cargo.toml do not use git dependency 2022-01-29 16:58:19 +05:30