We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Coala Framework: Discover Static Code Analysis in Python

Formal Metadata

Title
Coala Framework: Discover Static Code Analysis in Python
Alternative Title
Discover Static Code Analysis in Python with Coala Framework
Title of Series
Number of Parts
490
Author
License
CC Attribution 2.0 Belgium:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
We, as developer, aim to provide code that, almost matches our team code style, looks better and behaves right. Static code analysis (SCA) tools are one of the way to achieves that. But, with multi-programming languages projects and all kinds of code related needs, It's difficult to address all thoses usecases without dealing with a vast majority of SCA tools. Coala is a — language agnostic — static code analysis framework that provides a common command-line interface for linting and fixing all your code. It is written in Python and supports way over 50 languages in addition to language independent routines. So, instead of building new analysis tools from scratch you can now build your own custom logic and let let coala deal with the rest. This talk introduces the audience to the Coala Framework and guides them through how the can use it to build routines to do almost anything you want with your code.