forked from WinRb/winrm-fs
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request WinRb#87 from WinRb/no_travis
remove travis and modernize rubocop
- Loading branch information
Showing
5 changed files
with
92 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,65 +1,81 @@ | ||
# This configuration was generated by | ||
# `rubocop --auto-gen-config` | ||
# on 2017-12-12 22:48:53 +0100 using RuboCop version 0.52.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 | ||
# versions of RuboCop, may require this file to be generated again. | ||
|
||
# Offense count: 1 | ||
# Cop supports --auto-correct. | ||
# Configuration parameters: EnforcedStyle. | ||
# SupportedStyles: auto_detection, squiggly, active_support, powerpack, unindent | ||
Layout/IndentHeredoc: | ||
Exclude: | ||
- 'spec/matchers.rb' | ||
|
||
# Offense count: 6 | ||
# Configuration parameters: CountComments, ExcludedMethods. | ||
Metrics/BlockLength: | ||
Max: 185 | ||
|
||
# Offense count: 3 | ||
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. | ||
# URISchemes: http, https | ||
Metrics/LineLength: | ||
Max: 106 | ||
|
||
# Offense count: 4 | ||
# Configuration parameters: Blacklist. | ||
# Blacklist: END, (?-mix:EO[A-Z]{1}) | ||
Naming/HeredocDelimiterNaming: | ||
Exclude: | ||
- 'lib/winrm-fs/core/file_transporter.rb' | ||
- 'spec/matchers.rb' | ||
- 'winrm-fs.gemspec' | ||
|
||
# Offense count: 1 | ||
# Configuration parameters: . | ||
# SupportedStyles: annotated, template, unannotated | ||
Style/FormatStringToken: | ||
EnforcedStyle: unannotated | ||
|
||
# Offense count: 4 | ||
# Cop supports --auto-correct. | ||
# Configuration parameters: AutoCorrect, EnforcedStyle. | ||
# SupportedStyles: predicate, comparison | ||
Style/NumericPredicate: | ||
Exclude: | ||
- 'spec/**/*' | ||
- 'lib/winrm-fs/core/file_transporter.rb' | ||
- 'lib/winrm-fs/file_manager.rb' | ||
|
||
# Offense count: 1 | ||
# Cop supports --auto-correct. | ||
# Configuration parameters: EnforcedStyle, AllowInnerSlashes. | ||
# SupportedStyles: slashes, percent_r, mixed | ||
Style/RegexpLiteral: | ||
Exclude: | ||
- 'lib/winrm-fs/core/tmp_zip.rb' | ||
|
||
# Offense count: 3 | ||
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. | ||
# URISchemes: http, https | ||
Metrics/LineLength: | ||
Max: 106 | ||
# This configuration was generated by | ||
# `rubocop --auto-gen-config` | ||
# on 2022-04-11 14:17:10 UTC using RuboCop version 1.26.1. | ||
# 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 | ||
# versions of RuboCop, may require this file to be generated again. | ||
|
||
# Offense count: 1 | ||
# This cop supports safe auto-correction (--auto-correct). | ||
Layout/HeredocIndentation: | ||
Exclude: | ||
- 'spec/matchers.rb' | ||
|
||
# Offense count: 2 | ||
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods. | ||
# IgnoredMethods: refine | ||
Metrics/BlockLength: | ||
Max: 47 | ||
|
||
# Offense count: 1 | ||
# Configuration parameters: IgnoredMethods. | ||
Metrics/CyclomaticComplexity: | ||
Max: 9 | ||
|
||
# Offense count: 1 | ||
# Configuration parameters: IgnoredMethods. | ||
Metrics/PerceivedComplexity: | ||
Max: 10 | ||
|
||
# Offense count: 2 | ||
# Configuration parameters: ForbiddenDelimiters. | ||
# ForbiddenDelimiters: (?-mix:(^|\s)(EO[A-Z]{1}|END)(\s|$)) | ||
Naming/HeredocDelimiterNaming: | ||
Exclude: | ||
- 'spec/matchers.rb' | ||
- 'winrm-fs.gemspec' | ||
|
||
# Offense count: 2 | ||
# Configuration parameters: MaxUnannotatedPlaceholdersAllowed, IgnoredMethods. | ||
# SupportedStyles: annotated, template, unannotated | ||
Style/FormatStringToken: | ||
EnforcedStyle: unannotated | ||
|
||
# Offense count: 1 | ||
# This cop supports unsafe auto-correction (--auto-correct-all). | ||
# Configuration parameters: AllowedReceivers. | ||
Style/HashEachMethods: | ||
Exclude: | ||
- 'lib/winrm-fs/core/file_transporter.rb' | ||
|
||
# Offense count: 5 | ||
# This cop supports unsafe auto-correction (--auto-correct-all). | ||
# Configuration parameters: EnforcedStyle, IgnoredMethods. | ||
# SupportedStyles: predicate, comparison | ||
Style/NumericPredicate: | ||
Exclude: | ||
- 'spec/**/*' | ||
- 'lib/winrm-fs/core/file_transporter.rb' | ||
- 'lib/winrm-fs/file_manager.rb' | ||
|
||
# Offense count: 1 | ||
# Configuration parameters: AllowedMethods. | ||
# AllowedMethods: respond_to_missing? | ||
Style/OptionalBooleanParameter: | ||
Exclude: | ||
- 'lib/winrm-fs/file_manager.rb' | ||
|
||
# Offense count: 1 | ||
# This cop supports safe auto-correction (--auto-correct). | ||
Style/RedundantBegin: | ||
Exclude: | ||
- 'lib/winrm-fs/file_manager.rb' | ||
|
||
# Offense count: 4 | ||
# This cop supports unsafe auto-correction (--auto-correct-all). | ||
# Configuration parameters: Mode. | ||
Style/StringConcatenation: | ||
Exclude: | ||
- 'spec/integration/file_manager_spec.rb' | ||
- 'spec/spec_helper.rb' |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters