diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index fc659ba2c..96b6d0366 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -111,6 +111,14 @@ RSpec/DescribeClass: RSpec/ExampleLength: Max: 9 +# Offense count: 2 +# Configuration parameters: Include, CustomTransform, IgnoreMethods, SpecSuffixOnly. +# Include: **/*_spec*rb*, **/spec/**/* +RSpec/SpecFilePathSuffix: + Exclude: + - 'spec/unit/puppet/provider/file_line/ruby_spec_alter.rb' + - 'spec/unit/puppet/provider/file_line/ruby_spec_use_cases.rb' + # Offense count: 2 RSpec/LeakyConstantDeclaration: Exclude: diff --git a/README.md b/README.md index 7801ff0d8..d5f5c4440 100644 --- a/README.md +++ b/README.md @@ -581,7 +581,7 @@ For an extensive list of supported operating systems, see [metadata.json](https: 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). -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). +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). ## Contributors diff --git a/metadata.json b/metadata.json index 275c281f7..57496c85d 100644 --- a/metadata.json +++ b/metadata.json @@ -6,7 +6,7 @@ "license": "Apache-2.0", "source": "https://github.com/puppetlabs/puppetlabs-stdlib", "project_page": "https://github.com/puppetlabs/puppetlabs-stdlib", - "issues_url": "https://tickets.puppetlabs.com/browse/MODULES", + "issues_url": "https://github.com/puppetlabs/puppetlabs-stdlib/issues", "dependencies": [ ], diff --git a/readmes/README_ja_JP.md b/readmes/README_ja_JP.md index 21182f4dd..d1d514001 100644 --- a/readmes/README_ja_JP.md +++ b/readmes/README_ja_JP.md @@ -3128,7 +3128,7 @@ Puppet Enterprise 3.7では、stdlibモジュールがPEに含まれていませ Puppet ForgeのPuppet Labsモジュールはオープンプロジェクトで、良い状態に保つためには、コミュニティの貢献が必要不可欠です。Puppetが役に立つはずでありながら、私たちがアクセスできないプラットフォームやハードウェア、ソフトウェア、デプロイ構成は無数にあります。私たちの目標は、できる限り簡単に変更に貢献し、みなさまの環境で私たちのモジュールが機能できるようにすることにあります。最高の状態を維持できるようにするために、コントリビュータが従う必要のあるいくつかのガイドラインが存在します。詳細については、[モジュールコントリビューションガイド](https://docs.puppetlabs.com/forge/contributing.html)を参照してください。 このモジュールの一部に関するバグの報告または調査は、 -[http://tickets.puppetlabs.com/browse/MODULES](http://tickets.puppetlabs.com/browse/MODULES)からお願いします。 +[https://github.com/puppetlabs/puppetlabs-stdlib/issues](https://github.com/puppetlabs/puppetlabs-stdlib/issues)からお願いします。 ## コントリビュータ