Skip to content

Commit

Permalink
ignore node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelglass committed Feb 22, 2020
1 parent 0cd0c4c commit 05ba539
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ AllCops:
- db/schema.rb # autogenerated
- vendor/**/* # not our code
- bin/**/* # autogenerated
- node_modules/**/*

# before-filters like `find_event` cause this cop to not make so much sense
Naming/MemoizedInstanceVariableName:
Expand Down
8 changes: 1 addition & 7 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config --auto-gen-only-exclude`
# on 2020-02-22 15:57:03 +0100 using RuboCop version 0.80.0.
# on 2020-02-22 16:02:59 +0100 using RuboCop version 0.80.0.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
Expand Down Expand Up @@ -98,12 +98,6 @@ Rails/SkipsModelValidations:
Style/Documentation:
Enabled: false

# Offense count: 2
# Configuration parameters: AllowedVariables.
Style/GlobalVars:
Exclude:
- 'node_modules/node-sass/src/libsass/extconf.rb'

# Offense count: 827
# Cop supports --auto-correct.
# Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
Expand Down

0 comments on commit 05ba539

Please sign in to comment.