Skip to content

Conversation

@machadoit
Copy link
Contributor

This major refactoring replaces hardcoded tool configuration with a plugin-based system:

  • Created a descriptive plugin system for tools using YAML configuration files
  • Implemented configuration processing with plugins/tool-utils.go
  • Created tool installation and execution logic in config/tools-installer.go

@codacy-production
Copy link

codacy-production bot commented Mar 31, 2025

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+3.78% 39.47%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (9f967f6) 1148 231 20.12%
Head commit (28906b0) 1226 (+78) 293 (+62) 23.90% (+3.78%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#43) 152 60 39.47%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

@machadoit machadoit marked this pull request as draft March 31, 2025 12:48
@machadoit machadoit force-pushed the refactor-eslint-linter branch from a9fae1b to 328bea5 Compare March 31, 2025 13:18
@machadoit machadoit marked this pull request as ready for review March 31, 2025 13:22
@machadoit machadoit force-pushed the refactor-eslint-linter branch from 328bea5 to d62ef80 Compare March 31, 2025 13:23
This major refactoring replaces hardcoded tool configuration with a plugin-based system:

- Created a descriptive plugin system for tools using YAML configuration files
- Implemented configuration processing with plugins/tool-utils.go
- Created tool installation logic in config/tools-installer.go

The execution and config logic is still not generic and handled gby eslint named files
@machadoit machadoit force-pushed the refactor-eslint-linter branch from d62ef80 to 28906b0 Compare March 31, 2025 13:31
@machadoit machadoit merged commit 03133b3 into main Mar 31, 2025
8 checks passed
@machadoit machadoit changed the title refactor: Implement tool plugins with declarative configuration refactor: Implement tool plugins with declarative configuration PLUTO-1370 Apr 2, 2025
@alerizzo alerizzo deleted the refactor-eslint-linter branch June 3, 2025 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants