Skip Lint/BinaryOperatorWithIdenticalOperands in JH
What does this MR do and why?
In Jihu codebase, when we use table syntax in rspec, we will have rubocop issue, like below
This is because in rubocop config, we didn't skip jh rspec, like below
JH developers have to add # rubocop:disable Lint/BinaryOperatorWithIdenticalOperands
every time when we have the rubocop issue, it is bad. So I think we can tweak this rubocp config a little bit to save time for JH developers.