Akito Kasai
Akito Kasai
SideCI is an automated code reviewing tool with GitHub. It enables developers to speed up their code review and development cycle to improve productivity without requiring their to spend valuable...
When I used this gem, the logs noted deprecation warning. So I fixed README to avoid being pointed out. ``` [Gretel] Calling `breadcrumbs` with a block has been deprecated and...
I seem that Phinder hasn't excluded files and directories, for example `/vendor` directory, from analyses. Phinder will be more useful if users can adjust analysis targets in detail. In case...
### What's changed InsertIntoWriter converts a single quote to a double quote because single quotes are reserved for string literals and double quotes are column names. However, this conversion will...