Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 528 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 528 Bytes

Minimum Ruby Development Environment on VSCode with Ruby Extension integrated with Rubocop

This repository is minimumu sample project for VSCode Ruby Extension. It shows how VSCode is integrated with Ruby Extension and Rubocop.

Out of Container (Just on Host machine)

apple.rb is included for Rubocop, so violations are shown in the editor.

apple.rb

banana.rb, cherry.rb are excluded, so violation is not shown in the editor.

banana.rb cherry.rb