Skip to content

Commit

Permalink
service: Fix rubocop config
Browse files Browse the repository at this point in the history
- agama.gemspec was renamed, see
  #1056.
- The file name was not updated in the rubocop config.
  • Loading branch information
joseivanlopez committed Mar 6, 2024
1 parent fa1ace3 commit d43bb46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/.rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ AllCops:
Exclude:
- vendor/**/*
- lib/agama/dbus/y2dir/**/*
- agama.gemspec
- agama-yast.gemspec
- package/*.spec

# a D-Bus method definition may take up more line lenght than usual
Expand Down

0 comments on commit d43bb46

Please sign in to comment.