#static-code-analysis

[ follow ]
Rubyflow
1 month ago
Ruby on Rails

Clean up Your Messy Legacy Ruby on Rails Codebase With Rubocop

Setting up Rubocop on an older Rails project may yield numerous issues initially.
Tips exist to manage and reduce Rubocop offenses incrementally on existing Rails applications. [ more ]
Medium
3 months ago
JavaScript

3 Ways To Detect Circular Dependencies In JavaScript Projects

GitHub Actions, ESLint, and Bit are three effective methods for detecting and resolving circular dependencies.
GitHub Actions is a CI/CD platform that can be integrated into workflows to detect circular dependencies using tools like Madge and Dependency Cruiser.
ESLint, a popular static code analysis tool, can also be used to detect circular dependencies. [ more ]
[ Load more ]