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.
AUDIENCE
Python Developers
LEVEL
Beginner / Intermediate / Advanced
Notes
This talk is for python developers with any level of experience.
At the en of the talk, the attendees will learn :
- Some Basics concepts of static code analysis
- The purpose and usage of Coala Framework
- How to create custom routines either lint, or fix their code
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.
Agenda
- Static Code Analysis : Quick overview
- Introduction to Coala and Coala-bears
- Coala-bears : How to build your own coala routines
- Going Further : What's next ?
- Q & A