Skip to content

nplowman/docksal-codeclimate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Purppose of this Repo

Docksal provides an addon for Codeclimate CLI, which is great! https://github.com/docksal/addons/tree/master/codeclimate

The purpose of this repo is to help supplement this addon with commands and config templates to make it easier to get set up and going.

Commands

run-codeclimate

This command will run code climate with sensible defaults.

Examples:

# Run codeclimate against entire project codebase.
fin run-codeclimate
# Run codeclimate on only files which have been modified in the current feature branch. 
# --compare-branch defaults to "develop" if omitted.
fin run-codeclimate --changed-only --compare-branch=master

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages