Sha256: bc9c4795ae912f71d43e150c508c160ca39586cc77a587fc82f7fbd0b6a59730

Contents?: true

Size: 149 Bytes

Versions: 1

Compression:

Stored size: 149 Bytes

Contents

#!/usr/bin/env bash

echo "Linting gem..."
bin/rubocop

echo
echo "Linting extension..."
cd features/vscode_extension || exit
yarn run lint
cd ../..

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ruby-lsp-0.0.1 bin/style