Socket
Book a DemoInstallSign in
Socket

@moneyforward/code-review-action-rubocop-plugin

Package Overview
Dependencies
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@moneyforward/code-review-action-rubocop-plugin

Analyze code statically using Rubocop in Github actions

latest
Source
npmnpm
Version
0.1.2
Version published
Maintainers
3
Created
Source

Code review using Rubocop

Analyze code statically by using Rubocop in Github actions

Inputs

files

Pass rubocop a list of files and directories to analyze.

Running rubocop with no arguments will analyze all Ruby source files in the warking directory.

options

Changes rubocop command line options.

Specify the options in JSON array format. e.g.: '["--fail-level", "W", "--display-only-fail-level-offenses"]'

working_directory

Changes the current working directory of the Node.js process

Example usage

name: Analyze code statically
"on": pull_request
jobs:
  rubocop:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - name: Analyze code statically using Rubocop
        uses: moneyforward/rubocop-action@v0

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/moneyforward/rubocop-action

License

The gem is available as open source under the terms of the MIT License.

Keywords

github

FAQs

Package last updated on 03 Jun 2020

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