According to this comment from @pirj, there is an issue with RSpec/RepeatedDescription cop. This issue does not take metadata of examples into account and registers offense for examples like
it 'do something' do
# ...
end
it 'do something', :flag do
# ...
end
And examples above should not be flagged