Skip to content

Make `node` and `module`/`filepath` mutually exclusive in `add_message`

126df36
Select commit
Loading
Failed to load commit list.
Open

Add optional module and filepath params to BaseChecker.add_message exclusive with node #10894

Make `node` and `module`/`filepath` mutually exclusive in `add_message`
126df36
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 7, 2026 in 0s

96.04% (target 95.00%)

View this Pull Request on Codecov

96.04% (target 95.00%)

Details

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.04%. Comparing base (80c2e8e) to head (126df36).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main   #10894   +/-   ##
=======================================
  Coverage   96.04%   96.04%           
=======================================
  Files         177      177           
  Lines       19627    19630    +3     
=======================================
+ Hits        18850    18853    +3     
  Misses        777      777           
Files with missing lines Coverage Δ
pylint/checkers/base_checker.py 95.00% <100.00%> (ø)
pylint/lint/pylinter.py 96.33% <100.00%> (+0.02%) ⬆️
pylint/testutils/unittest_linter.py 100.00% <100.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.