Skip to content

12 feature request refactor configuration architecture for better clilibrary separation - #21

Merged
rahlk merged 2 commits into
mainfrom
12-feature-request-refactor-configuration-architecture-for-better-clilibrary-separation
Jul 21, 2025
Merged

12 feature request refactor configuration architecture for better clilibrary separation#21
rahlk merged 2 commits into
mainfrom
12-feature-request-refactor-configuration-architecture-for-better-clilibrary-separation

Conversation

@rahlk

Copy link
Copy Markdown
Contributor

Replace Codeanalyzer constructor parameters with AnalysisOptions dataclass

BREAKING CHANGE: Codeanalyzer constructor now takes a single AnalysisOptions
parameter instead of 9 individual parameters, improving API design and
maintainability.

  • Add new codeanalyzer.options module with AnalysisOptions dataclass
  • Refactor Codeanalyzer.init to accept AnalysisOptions parameter
  • Update CLI to create AnalysisOptions instance from command arguments
  • Improve type safety and configuration management
  • Enhance code organization and maintainability
  • Update version to 0.1.12 in pyproject.toml
  • Add comprehensive changelog documentation
  • Remove obsolete test_numpy_constraints.py file

Closes#12

rahlk added 2 commits July 21, 2025 15:35
…tions dataclass
BREAKING CHANGE: Codeanalyzer constructor now takes a single AnalysisOptions
parameter instead of 9 individual parameters, improving API design and
maintainability.
- Add new codeanalyzer.options module with AnalysisOptions dataclass
- Refactor Codeanalyzer.__init__ to accept AnalysisOptions parameter
- Update CLI to create AnalysisOptions instance from command arguments
- Improve type safety and configuration management
- Enhance code organization and maintainability
- Update version to 0.1.12 in pyproject.toml
- Add comprehensive changelog documentation
- Remove obsolete test_numpy_constraints.py file
Closes#12
…tions dataclass
BREAKING CHANGE: Codeanalyzer constructor now takes a single AnalysisOptions
parameter instead of 9 individual parameters, improving API design and
maintainability.
- Add new codeanalyzer.options module with AnalysisOptions dataclass
- Refactor Codeanalyzer.__init__ to accept AnalysisOptions parameter
- Update CLI to create AnalysisOptions instance from command arguments
- Improve type safety and configuration management
- Enhance code organization and maintainability
- Update version to 0.1.12 in pyproject.toml
- Add comprehensive changelog documentation
- Remove obsolete test_numpy_constraints.py file
Closes#12
@rahlk
rahlk merged commit af94b10 into mainJul 21, 2025
rahlk added a commit that referenced this pull request May 14, 2026
…r-configuration-architecture-for-better-clilibrary-separation
12 feature request refactor configuration architecture for better clilibrary separation
Sign up for freeto 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.

Feature Request: Refactor Configuration Architecture for Better CLI/Library Separation

1 participant

@rahlk