Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index e1a7219a2..fa0c9d76c 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -57,6 +57,12 @@ Layout/SpaceAroundEqualsInParameterDefault:
# are needed.
Style/StringLiterals:
EnforcedStyle: double_quotes
+ Exclude:
+ # These files are generated by rails, so it's best to keep them close to the original for smaller diffs
+ - "config/application.rb"
+ - "config/boot.rb"
+ - "config/environment.rb"
+ - "config/environments/*.rb"
# We do not need to support Ruby 1.9, so this is good to use.
Style/SymbolArray: