Skip to content

Commit 5433225

Browse files
committed
update common readme badges, rubocop.yml
updating common files with changes that are configured in the profiles: readme badges, rubocop.yml
1 parent 5649e19 commit 5433225

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.rubocop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@ Metrics/PerceivedComplexity:
2727
Max: 10
2828
Metrics/AbcSize:
2929
Max: 29
30+
Style/DotPosition:
31+
EnforcedStyle: trailing
32+
Enabled: true

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# apache_hardening (Puppet module)
22

3+
[![Puppet Forge](https://img.shields.io/puppetforge/dt/hardening/apache_hardening.svg)][1]
4+
[![Build Status](http://img.shields.io/travis/hardening-io/puppet-apache-hardening.svg)][2]
5+
[![Gitter Chat](https://badges.gitter.im/Join%20Chat.svg)][3]
6+
37
## Description
48

59
This module provides hardening configuration for Apache2 web server.
@@ -48,3 +52,7 @@ distributed under the License is distributed on an "AS IS" BASIS,
4852
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
4953
See the License for the specific language governing permissions and
5054
limitations under the License.
55+
56+
[1]: https://forge.puppetlabs.com/hardening/apache_hardening
57+
[2]: http://travis-ci.org/hardening-io/puppet-apache-hardening
58+
[3]: https://gitter.im/hardening-io

0 commit comments

Comments
 (0)