Skip to content

Commit 70706b3

Browse files
authored
Merge pull request #1393 from puppetlabs/pdksync_CAT-1366-fix_issue_url
pdksync - (CAT-1366) - Fix issue url from old jira to github
2 parents 139f6e9 + 0cfa5d9 commit 70706b3

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.rubocop_todo.yml

+8
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,14 @@ RSpec/DescribeClass:
111111
RSpec/ExampleLength:
112112
Max: 9
113113

114+
# Offense count: 2
115+
# Configuration parameters: Include, CustomTransform, IgnoreMethods, SpecSuffixOnly.
116+
# Include: **/*_spec*rb*, **/spec/**/*
117+
RSpec/SpecFilePathSuffix:
118+
Exclude:
119+
- 'spec/unit/puppet/provider/file_line/ruby_spec_alter.rb'
120+
- 'spec/unit/puppet/provider/file_line/ruby_spec_use_cases.rb'
121+
114122
# Offense count: 2
115123
RSpec/LeakyConstantDeclaration:
116124
Exclude:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ For an extensive list of supported operating systems, see [metadata.json](https:
581581

582582
Puppet modules on the Puppet Forge are open projects, and community contributions are essential for keeping them great. We can’t access the huge number of platforms and myriad hardware, software, and deployment configurations that Puppet is intended to serve. We want to keep it as easy as possible to contribute changes so that our modules work in your environment. There are a few guidelines that we need contributors to follow so that we can have a chance of keeping on top of things. For more information, see our [module contribution guide](https://github.com/puppetlabs/puppetlabs-stdlib/blob/main/CONTRIBUTING.md).
583583

584-
To report or research a bug with any part of this module, please go to [http://tickets.puppetlabs.com/browse/MODULES](http://tickets.puppetlabs.com/browse/MODULES).
584+
To report or research a bug with any part of this module, please go to [https://github.com/puppetlabs/puppetlabs-stdlib/issues](https://github.com/puppetlabs/puppetlabs-stdlib/issues).
585585

586586
## Contributors
587587

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "Apache-2.0",
77
"source": "https://github.com/puppetlabs/puppetlabs-stdlib",
88
"project_page": "https://github.com/puppetlabs/puppetlabs-stdlib",
9-
"issues_url": "https://tickets.puppetlabs.com/browse/MODULES",
9+
"issues_url": "https://github.com/puppetlabs/puppetlabs-stdlib/issues",
1010
"dependencies": [
1111

1212
],

readmes/README_ja_JP.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3128,7 +3128,7 @@ Puppet Enterprise 3.7では、stdlibモジュールがPEに含まれていませ
31283128
Puppet ForgeのPuppet Labsモジュールはオープンプロジェクトで、良い状態に保つためには、コミュニティの貢献が必要不可欠です。Puppetが役に立つはずでありながら、私たちがアクセスできないプラットフォームやハードウェア、ソフトウェア、デプロイ構成は無数にあります。私たちの目標は、できる限り簡単に変更に貢献し、みなさまの環境で私たちのモジュールが機能できるようにすることにあります。最高の状態を維持できるようにするために、コントリビュータが従う必要のあるいくつかのガイドラインが存在します。詳細については、[モジュールコントリビューションガイド](https://docs.puppetlabs.com/forge/contributing.html)を参照してください。
31293129

31303130
このモジュールの一部に関するバグの報告または調査は、
3131-
[http://tickets.puppetlabs.com/browse/MODULES](http://tickets.puppetlabs.com/browse/MODULES)からお願いします。
3131+
[https://github.com/puppetlabs/puppetlabs-stdlib/issues](https://github.com/puppetlabs/puppetlabs-stdlib/issues)からお願いします。
31323132

31333133
## コントリビュータ
31343134

0 commit comments

Comments
 (0)