addons-linter icon indicating copy to clipboard operation
addons-linter copied to clipboard

Use same default config from CLI and API.

Open regseb opened this issue 1 month ago • 1 comments

Fixes #5845

  • Create an object containing the default values.
  • Use this object in the CLI options.
  • Use this object in the Linter instantiation (in case addons-linter is used by the API).

regseb avatar Nov 28 '25 16:11 regseb

Codecov Report

:white_check_mark: All modified and coverable lines are covered by tests. :white_check_mark: Project coverage is 98.79%. Comparing base (51af13f) to head (624e2fb).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5863   +/-   ##
=======================================
  Coverage   98.78%   98.79%           
=======================================
  Files          51       51           
  Lines        2892     2893    +1     
  Branches      888      888           
=======================================
+ Hits         2857     2858    +1     
  Misses         35       35           

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

codecov[bot] avatar Nov 28 '25 16:11 codecov[bot]