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
  agama-project#1056.
- The file name was not updated in the rubocop config.
  • Loading branch information
joseivanlopez authored and ancorgs committed Mar 8, 2024
1 parent 9f537c6 commit d38a79d
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 d38a79d

Please sign in to comment.