-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add github action for tests, replace travis
Signed-off-by: Sebastian Gumprich <[email protected]>
- Loading branch information
Sebastian Gumprich
committed
Jan 26, 2021
1 parent
31ed21b
commit e0c2a59
Showing
3 changed files
with
16 additions
and
84 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,84 +1,28 @@ | ||
--- | ||
AllCops: | ||
Exclude: | ||
- Gemfile | ||
- Rakefile | ||
- 'test/**/*' | ||
- 'vendor/**/*' | ||
- vendor/**/* | ||
Documentation: | ||
Enabled: false | ||
AlignParameters: | ||
Layout/ParameterAlignment: | ||
Enabled: true | ||
Encoding: | ||
Enabled: false | ||
HashSyntax: | ||
Enabled: true | ||
LineLength: | ||
Enabled: false | ||
Layout/IndentHeredoc: | ||
Enabled: false | ||
EmptyLinesAroundBlockBody: | ||
Enabled: false | ||
Style/FormatStringToken: | ||
Enabled: false | ||
Layout/EmptyLineAfterMagicComment: | ||
Style/Encoding: | ||
Enabled: false | ||
MethodLength: | ||
Max: 40 | ||
NumericLiterals: | ||
MinDigits: 10 | ||
Metrics/BlockLength: | ||
Max: 35 | ||
Metrics/CyclomaticComplexity: | ||
Max: 10 | ||
Metrics/PerceivedComplexity: | ||
Max: 11 | ||
Max: 10 | ||
Metrics/AbcSize: | ||
Max: 33 | ||
Style/PercentLiteralDelimiters: | ||
PreferredDelimiters: | ||
'%': '{}' | ||
'%i': () | ||
'%q': '{}' | ||
'%Q': () | ||
'%r': '{}' | ||
'%s': () | ||
'%w': '{}' | ||
'%W': () | ||
'%x': () | ||
Layout/AlignHash: | ||
Enabled: false | ||
Naming/PredicateName: | ||
Enabled: false | ||
Style/ZeroLengthPredicate: | ||
Enabled: false | ||
Style/NumericPredicate: | ||
Enabled: false | ||
Style/ClassAndModuleChildren: | ||
Enabled: false | ||
Style/ConditionalAssignment: | ||
Enabled: false | ||
Style/BracesAroundHashParameters: | ||
Enabled: false | ||
Style/AndOr: | ||
Enabled: false | ||
Style/Not: | ||
Enabled: false | ||
Naming/FileName: | ||
Enabled: false | ||
Style/TrailingCommaInHashLiteral: | ||
EnforcedStyleForMultiline: comma | ||
Style/TrailingCommaInArrayLiteral: | ||
EnforcedStyleForMultiline: comma | ||
Style/TrailingCommaInArguments: | ||
EnforcedStyleForMultiline: comma | ||
Style/NegatedIf: | ||
Enabled: false | ||
Style/UnlessElse: | ||
Enabled: false | ||
BlockDelimiters: | ||
Enabled: false | ||
Layout/SpaceAroundOperators: | ||
Enabled: false | ||
Style/IfUnlessModifier: | ||
Enabled: false | ||
Style/StderrPuts: | ||
Enabled: false | ||
Max: 30 |
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