Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

Kaseya_Ruby_Codestyles

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Kaseya_Ruby_Codestyles

  • 1.1.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Preparing Github Actions

This is Kaseya's Ruby library manager. The deploy-ruby.yml runs Rubocop against the Ruby codebase and outputs the results in the Actions log.

Deploy Ruby Codestyles

  • Install the kaseya_ruby_codestyles gem to get local access to all our public codestyles and files. Look to https://rubygems.org/gems/Kaseya_Ruby_Codestyles for information about dependencies and commands to install.

    gem 'Kaseya_Ruby_Codestyles', '~> 1.1'
    gem install kaseya_ruby_codestyles
    

Contributions

  • Ruby files added should go in the ruby/ci/kaseya_ruby_codestyles directory to best be tracked and checked by existed workflows

  • Preparing your own github action to push within deploy-ruby.yml can be done 1 of 2 ways:

    • Contribute towards the Rakefile that will run under the Run Tests step of deploy-ruby.yml.

    • Name a unique step, make sure to specify the working directory as ${{ github.workspace }}/ruby as is defined for the other steps and contribute the terminal commands to be run from there.

    • Add comments where necessary to ensure the purpose and goal of the actions are clear.

FAQs

Package last updated on 11 Oct 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc