#
rubocop
Here are 239 public repositories matching this topic...
lsimoneau
commented
Mar 22, 2017
I really like enforcing one expectation per example. But with RSpec's exception matching, you need two expect calls if you want to assert something about an exception:
expect { my_code }.to raise_error(MyErrorType) do |error|
expect(error.message).to match /something went wrong/
end
There's no way to match against the error message without first wrapping the call, and RSpec o
1
A RuboCop extension focused on enforcing Rails best practices and coding conventions.
-
Updated
Feb 14, 2021 - Ruby
An extension of RuboCop focused on code performance checks.
-
Updated
Feb 10, 2021 - Ruby
The Vim RuboCop plugin runs RuboCop and displays the results in Vim
-
Updated
Oct 29, 2020 - Vim script
Expertiza is a web application through which students can submit and peer-review learning objects (articles, code, web sites, etc). The Expertiza project is supported by the National Science Foundation.
ruby
rails
docker
students
education
rubocop
unix
article
bower
rspec
rails-application
vcl
nsf
peer-reviews
peer-assessment
expertiza
expertiza-wiki
-
Updated
Feb 12, 2021 - Ruby
Git pre-receive hook to check commits and code style
python
git
pre-receive-hooks
rubocop
eslint
jscs
git-hook
standard
jshint
flake8
shellcheck
syntax-checker
phpcs
pep8
golint
csslint
htmlhint
puppet-lint
pyflakes
pre-receive
-
Updated
Jan 21, 2021 - Python
A linting tool that helps you to write better Chef Infra cookbooks by detecting and automatically correcting style, syntax, and logic mistakes in your code.
-
Updated
Feb 11, 2021 - Ruby
-
Updated
Nov 9, 2020 - Ruby
Rubocop Linter Action: A GitHub Action to run Rubocop against your code!
ruby
lint
rubocop
workflow
linter
annotations
actions
action
ruby-on-rails
rubocop-rails
github-actions
rubocop-performance
rubocop-linter-action
-
Updated
Sep 12, 2020 - Ruby
A Relaxed Style Guide for Ruby & Configuration for RuboCop
-
Updated
Jun 12, 2020 - Ruby
"Ask Me Anything" with Rails 5.2 Application
-
Updated
Feb 8, 2021 - Ruby
Pronto runner for Rubocop, ruby code analyzer
-
Updated
Feb 13, 2021 - Ruby
Open
Add more tests
lucascaton
opened
Jan 8, 2018
A RuboCop configuration focusing Lint. Recommended by Sider
-
Updated
Dec 10, 2020 - Ruby
Code Climate Engine for Rubocop
ruby
rails
rubocop
security
quality
performance
linting
static-code-analysis
metrics
linter
static-analysis
complexity
code-quality
codeclimate
hacktoberfest
codeclimate-engine
-
Updated
Feb 5, 2021 - Ruby
Code style checking for Minitest files.
-
Updated
Jan 12, 2021 - Ruby
Improve this page
Add a description, image, and links to the rubocop topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rubocop topic, visit your repo's landing page and select "manage topics."
The following should not generate an offense: