Coala is a modular linting and fixing tool for all languages. Version 0.11.0 is the latest release (2017-10-30). The project is in maintenance mode with no recent updates. It uses a bear-based plugin system for language-specific analysis.
pip install coala-bearsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic programmatic usage of coala; typically invoked from command line.
Evaluate other linting tools for active development.
Upgrade Python environment to 3.4+.
Create a .coafile with sections for bears and files.
Add bears setting like 'bears = SpaceConsistencyBear' in .coafile.
No dependency data recorded yet.