Rubocop?
#2324
Replies: 2 comments
-
This change would stop the warnings at startup of the tool: diff --git a/.rubocop.yml b/.rubocop.yml
index b33751a4..d5b3bf2c 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -9,11 +9,10 @@ AllCops:
- bin/**/*
- vendor/bundle/**/*
-require:
- - rubocop
+plugins:
+ - rubocop-performance
- rubocop-rails
- rubocop-rspec
- - rubocop-performance
Layout/LineLength:
Max: 120 |
Beta Was this translation helpful? Give feedback.
0 replies
-
It made me think further. EDIT: #2325 I will add a configuration file for haml-lint as well. (Done, above PR.) Example output from one of its linters:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There is a Rubocop configuration in the repository
Shall we re-vitalise the use of Rubocop in this app?
If yes, then I suggest the following order of activities
Beta Was this translation helpful? Give feedback.
All reactions