Skip to content

ONLYOFFICE-QA/onlyoffice_rake_code_linter

Repository files navigation

OnlyofficeRakeCodeLinter

Gem for perform linter on static code

Installation

Add this line to your application's Gemfile:

gem 'onlyoffice_rake_code_linter'

And then execute:

bundle

Or install it yourself as:

gem install onlyoffice_rake_code_linter

Usage

Integrate into your Rakefile with

require 'onlyoffice_rake_code_linter'

spec = Gem::Specification.find_by_name 'onlyoffice_rake_code_linter'
rakefile = "#{spec.gem_dir}/lib/onlyoffice_rake_code_linter/Rakefile"
load rakefile

and see available task with rake -T

About

Lib with rake tasks to perform lint on source repos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published