Tomáš KrálforTomáš Králtomkral.hashnode.net·Jul 5, 2022Setup Rubocop and Solargraph gems with Visual Studio CodeSetup Rubocop and Solargraph to work with Visual Studio Code can be sometimes cumbersome. Especially when you use rvm or rbenv and syncing your setting through multiple machines with different usernames. If you ever saw error messages like the ones b...Discuss·1 like·133 readsRuby
Weverton TimoteoforSourceLevel's blogsourcelevel.hashnode.net·Mar 15, 2022RuboCop: How to install and configureThat Code quality is important, and any high-performing team knows it, but do you follow a guideline to standardize your codebase and make sure that everyone is going and looking in the same direction? Making a brief introduction, this is the goal of...DiscussRuby
Shloka ShahforShloka's Blogshlokashah.hashnode.net·Sep 24, 2022Configuring Rubocop in Code BaseRubocop is a code-style linter for Ruby based on the official Ruby style guide. Rubocop supports autocorrection & is flexible in terms of the configuration of various cops based on our preferences. In this blog post, we discuss the various steps on h...Discuss·229 readsTechnologyRubocop
Shloka ShahforShloka's Blogshlokashah.hashnode.net·Sep 24, 2022Configuring Rubocop in Code BaseRubocop is a code-style linter for Ruby based on the official Ruby style guide. Rubocop supports autocorrection & is flexible in terms of the configuration of various cops based on our preferences. In this blog post, we discuss the various steps on h...Discuss·229 readsTechnologyRubocop
Tomáš KrálforTomáš Králtomkral.hashnode.net·Jul 5, 2022Setup Rubocop and Solargraph gems with Visual Studio CodeSetup Rubocop and Solargraph to work with Visual Studio Code can be sometimes cumbersome. Especially when you use rvm or rbenv and syncing your setting through multiple machines with different usernames. If you ever saw error messages like the ones b...Discuss·1 like·133 readsRuby
Andrew FosterforAndrew's Getting Back on the Railsandrewfoster.hashnode.net·Jun 8, 2022Monitoring code qualityI want to keep an eye on best practices when it comes to writing my Ruby. This includes style, security, performance and readability/maintainability. There are a number of tools to assist with this. Rubocop The standard style guide for Ruby has been ...Discuss·63 readsRails 7 ApplicationRubocop
Weverton TimoteoforSourceLevel's blogsourcelevel.hashnode.net·Mar 15, 2022RuboCop: How to install and configureThat Code quality is important, and any high-performing team knows it, but do you follow a guideline to standardize your codebase and make sure that everyone is going and looking in the same direction? Making a brief introduction, this is the goal of...DiscussRuby