Skip to content

Upgraded clang-format from 10 to 18

76cabdf
Select commit
Loading
Failed to load commit list.
Open

Fix 'propogation' a typo - 'propagation' #2062

Upgraded clang-format from 10 to 18
76cabdf
Select commit
Loading
Failed to load commit list.
SonarQube-Confluent / confluent-kafka-python Sonarqube Results succeeded Sep 25, 2025 in 17m 49s

Quality Gate success

Passed

Analysis Details

3 Issues

  • Bug 0 Bugs
  • Vulnerability 0 Vulnerabilities
  • Code Smell 3 Code Smells

Coverage and Duplications

  • Coverage No coverage information (64.90% Estimated after merge)
  • Duplications No duplication information (5.50% Estimated after merge)

Project ID: confluent-kafka-python

View in SonarQube

Annotations

Check warning on line 28 in tests/integration/consumer/test_consumer_upgrade_downgrade.py

See this annotation in the file changed.

@sonarqube-confluent sonarqube-confluent / confluent-kafka-python Sonarqube Results

tests/integration/consumer/test_consumer_upgrade_downgrade.py#L28

Rename this local variable "futureMap" to match the regular expression ^[_a-z][a-z0-9_]*$.

Check warning on line 36 in tests/integration/consumer/test_consumer_upgrade_downgrade.py

See this annotation in the file changed.

@sonarqube-confluent sonarqube-confluent / confluent-kafka-python Sonarqube Results

tests/integration/consumer/test_consumer_upgrade_downgrade.py#L36

Add logic to this except clause or eliminate it and rethrow the exception automatically.

Check failure on line 59 in tests/common/__init__.py

See this annotation in the file changed.

@sonarqube-confluent sonarqube-confluent / confluent-kafka-python Sonarqube Results

tests/common/__init__.py#L59

Define a constant instead of duplicating this literal 'group.protocol' 3 times.