]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #97990 - GuillaumeGomez:eslint-checks, r=Dylan-DPC
authorMatthias Krüger <matthias.krueger@famsik.de>
Sat, 11 Jun 2022 16:05:35 +0000 (18:05 +0200)
committerGitHub <noreply@github.com>
Sat, 11 Jun 2022 16:05:35 +0000 (18:05 +0200)
commitc82bc1e9a8bb5c187d4aeb460eaf6df56de392a2
tree25cdcca288265681089241a0abddea1ea458a836
parentb3d8e71cf16bd5abc61f84101121911cbbc0bc89
parentfb68e0bf9be3d5cef1e77fa7496f54160d899868
Rollup merge of #97990 - GuillaumeGomez:eslint-checks, r=Dylan-DPC

Add more eslint checks

List of newly added checks:

 * [no-lonely-if](https://eslint.org/docs/rules/no-lonely-if)
 * [no-mixed-operators](https://eslint.org/docs/rules/no-mixed-operators)
 * [no-multi-assign](https://eslint.org/docs/rules/no-multi-assign)
 * [no-return-assign](https://eslint.org/docs/rules/no-return-assign)
 * [no-script-url](https://eslint.org/docs/rules/no-script-url)

r? `@Dylan-DPC`