Bug reported by sonarqube is not showing by sonarlint

I’m using Sonarlint in visual studio for my C project, where some of the bugs and code smells detected by sonarQube is not showing in sonarlint

for example:“Remove this conditional structure or edit its code blocks so that they’re not all the same.” bug is reported by sonarQube but not in sonarlint

I’m using Sonarlint 6.12.0.59751
visual studio 2019

@Divya_123 could you give the rule ids (e.g. “S123”) of some of the rules that are not reporting issues in the IDE please? I can’t tell which rule you mean from the text you’ve given above.

Thanks.