diff options
| author | Eugen Wissner <belka@caraus.de> | 2021-04-02 08:10:48 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2021-04-02 08:11:05 +0200 |
| commit | 7949c74d9afa7c79025f56aa08a5a75939818b40 (patch) | |
| tree | 55cf6b70b1cffc7e79d66edd57bc6c4bc2346bcb /.rubocop.yml | |
| parent | 960927954168dd5d7e63ce619b4df20efd82390a (diff) | |
| download | slackbuilder-7949c74d9afa7c79025f56aa08a5a75939818b40.tar.gz | |
Move branch constant into configuration
Diffstat (limited to '.rubocop.yml')
| -rw-r--r-- | .rubocop.yml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index d47da7d..85e4686 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -109,3 +109,27 @@ Style/RedundantArgument: # (new in 1.4) Style/SwapValues: # (new in 1.1) Enabled: false + +Gemspec/DateAssignment: # (new in 1.10) + Enabled: true + +Lint/NumberedParameterAssignment: # (new in 1.9) + Enabled: true + +Lint/OrAssignmentToConstant: # (new in 1.9) + Enabled: true + +Lint/SymbolConversion: # (new in 1.9) + Enabled: true + +Lint/TripleQuotes: # (new in 1.9) + Enabled: true + +Style/HashConversion: # (new in 1.10) + Enabled: true + +Style/IfWithBooleanLiteralBranches: # (new in 1.9) + Enabled: true + +Style/StringChars: # (new in 1.12) + Enabled: true |
