Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
# Conflicts:
#	.github/workflows/nightly.yml
#	.github/workflows/pr_test.yml
#	.rubocop.yml
#	Gemfile
  • Loading branch information
DavidS committed Dec 18, 2020
1 parent 1d998e5 commit f396619
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: "Honeycomb: Start recording"
uses: kvrhdn/gha-buildevents@5be4636b81803713c94d7cb7e3a4b85d759df112 # pin@v1.0.2
uses: kvrhdn/gha-buildevents@3822dbd38231e62d41108de1b1009f9eb3957f76 # pin@v1
with:
apikey: ${{ env.HONEYCOMB_WRITEKEY }}
dataset: ${{ env.HONEYCOMB_DATASET }}
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
echo 'collection=${{ matrix.collection }}' >> $BUILDEVENT_FILE
- name: "Honeycomb: Start recording"
uses: kvrhdn/gha-buildevents@5be4636b81803713c94d7cb7e3a4b85d759df112 # pin@v1.0.2
uses: kvrhdn/gha-buildevents@3822dbd38231e62d41108de1b1009f9eb3957f76 # pin@v1
with:
apikey: ${{ env.HONEYCOMB_WRITEKEY }}
dataset: ${{ env.HONEYCOMB_DATASET }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: "Honeycomb: Start recording"
uses: kvrhdn/gha-buildevents@5be4636b81803713c94d7cb7e3a4b85d759df112 # pin@v1.0.2
uses: kvrhdn/gha-buildevents@3822dbd38231e62d41108de1b1009f9eb3957f76 # pin@v1
with:
apikey: ${{ env.HONEYCOMB_WRITEKEY }}
dataset: ${{ env.HONEYCOMB_DATASET }}
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
echo 'collection=${{ matrix.collection }}' >> $BUILDEVENT_FILE
- name: "Honeycomb: Start recording"
uses: kvrhdn/gha-buildevents@5be4636b81803713c94d7cb7e3a4b85d759df112 # pin@v1.0.2
uses: kvrhdn/gha-buildevents@3822dbd38231e62d41108de1b1009f9eb3957f76 # pin@v1
with:
apikey: ${{ env.HONEYCOMB_WRITEKEY }}
dataset: ${{ env.HONEYCOMB_DATASET }}
Expand Down
4 changes: 3 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ AllCops:
DisplayCopNames: true
TargetRubyVersion: '2.4'
Include:
- "./**/*.rb"
- "**/*.rb"
Exclude:
- bin/*
- ".vendor/**/*"
Expand Down Expand Up @@ -176,6 +176,8 @@ Layout/EndOfLine:
Enabled: false
Layout/FirstArgumentIndentation:
Enabled: false
Layout/HashAlignment:
Enabled: false
Layout/HeredocIndentation:
Enabled: false
Layout/LeadingEmptyLines:
Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
}
],
"description": "This module simply manages /etc/mdlj or the Windows Logon Message as a template, showing interpolation of system attributes",
"template-url": "https://github.com/DavidS/pdk-templates#rubocop-refresh",
"template-ref": "remotes/origin/rubocop-refresh-0-gc38d99a",
"template-url": "https://github.com/DavidS/pdk-templates#update-buildevents",
"template-ref": "remotes/origin/update-buildevents-0-g71339e4",
"pdk-version": "1.18.1"
}

0 comments on commit f396619

Please sign in to comment.