Skip to content

Commit

Permalink
Delete unused release scripts
Browse files Browse the repository at this point in the history
We do releases via GitHub actions now.
  • Loading branch information
bastelfreak committed May 2, 2024
1 parent 4115525 commit dd37215
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 124 deletions.
19 changes: 5 additions & 14 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`
# on 2024-05-02 18:53:23 UTC using RuboCop version 1.50.2.
# on 2024-05-02 19:00:08 UTC using RuboCop version 1.50.2.
# 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 @@ -157,12 +157,6 @@ Performance/StringInclude:
Exclude:
- 'lib/hiera/backend/eyaml/utils.rb'

# Offense count: 1
# This cop supports unsafe autocorrection (--autocorrect-all).
Security/IoMethods:
Exclude:
- 'tools/git_tag_release.rb'

# Offense count: 1
Security/Open:
Exclude:
Expand Down Expand Up @@ -230,7 +224,7 @@ Style/EnvHome:
Style/FormatStringToken:
EnforcedStyle: unannotated

# Offense count: 37
# Offense count: 36
# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: EnforcedStyle.
# SupportedStyles: always, always_true, never
Expand Down Expand Up @@ -282,7 +276,7 @@ Style/MutableConstant:
Exclude:
- 'lib/hiera/backend/eyaml.rb'

# Offense count: 8
# Offense count: 4
# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: EnforcedStyle, AllowedMethods, AllowedPatterns.
# SupportedStyles: predicate, comparison
Expand All @@ -293,7 +287,6 @@ Style/NumericPredicate:
- 'lib/hiera/backend/eyaml/parser/parser.rb'
- 'lib/hiera/backend/eyaml/subcommands/edit.rb'
- 'lib/hiera/backend/eyaml/utils.rb'
- 'tools/git_tag_release.rb'

# Offense count: 1
# This cop supports unsafe autocorrection (--autocorrect-all).
Expand Down Expand Up @@ -347,12 +340,11 @@ Style/SelectByRegexp:
Exclude:
- 'hiera-eyaml.gemspec'

# Offense count: 2
# Offense count: 1
# This cop supports unsafe autocorrection (--autocorrect-all).
Style/SlicingWithRange:
Exclude:
- 'lib/hiera/backend/eyaml/edithelper.rb'
- 'tools/git_tag_release.rb'

# Offense count: 4
# This cop supports unsafe autocorrection (--autocorrect-all).
Expand All @@ -369,7 +361,7 @@ Style/StderrPuts:
Exclude:
- 'lib/hiera/backend/eyaml/logginghelper.rb'

# Offense count: 12
# Offense count: 11
# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: Mode.
Style/StringConcatenation:
Expand All @@ -382,7 +374,6 @@ Style/StringConcatenation:
- 'lib/hiera/backend/eyaml/subcommands/help.rb'
- 'lib/hiera/backend/eyaml/subcommands/unknown_command.rb'
- 'lib/hiera/backend/eyaml/utils.rb'
- 'tools/git_tag_release.rb'

# Offense count: 9
# This cop supports unsafe autocorrection (--autocorrect-all).
Expand Down
1 change: 0 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ else
SimpleCov::Formatter::Codecov,
]
end
require 'bundler/gem_tasks'

# https://cucumber.io/docs/tools/ruby/
# https://stackoverflow.com/questions/6473419/using-simplecov-to-display-cucumber-code-coverage
Expand Down
98 changes: 0 additions & 98 deletions tools/git_tag_release.rb

This file was deleted.

11 changes: 0 additions & 11 deletions tools/regem.sh

This file was deleted.

0 comments on commit dd37215

Please sign in to comment.