Skip to content

Commit

Permalink
Implement wireguard exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Sep 15, 2023
1 parent e31bec4 commit d9c4a2a
Show file tree
Hide file tree
Showing 5 changed files with 670 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rubocop.yml
@@ -1,4 +1,6 @@
---
inherit_from: .rubocop_todo.yml

# Managed by modulesync - DO NOT EDIT
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/

Expand Down
12 changes: 12 additions & 0 deletions .rubocop_todo.yml
@@ -0,0 +1,12 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2023-09-15 08:48:43 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
# versions of RuboCop, may require this file to be generated again.

# Offense count: 6
RSpec/RepeatedExample:
Exclude:
- 'spec/classes/wireguard_exporter_spec.rb'

0 comments on commit d9c4a2a

Please sign in to comment.