Open Issues Need Help
View All on GitHub Forbid ESLint disable comments in code about 1 month ago
AI Summary: The task involves adding an ESLint rule to forbid the use of ESLint disable comments, removing existing instances of these comments from the codebase (primarily in `scripts/build.ts`), and replacing `console.log` statements with proper logging utilities. This ensures consistent code quality and adherence to established linting rules.
Complexity:
2/5
enhancement good first issue
Change FlowManager.convertToFlow method visibility from public to private about 2 months ago
AI Summary: Refactor the Ondatra Code project by changing the visibility of the `convertToFlow` method within the `FlowManager` class from public to private. This involves modifying the `src/utils/flow-manager.ts` file and potentially updating related unit tests to ensure the change doesn't introduce regressions. The goal is to improve code encapsulation and API design.
Complexity:
2/5
good first issue refactoring