Skip to content

Commit 1c2bb0f

Browse files
Merge pull request zoltantothcom#21 from zoltantothcom/dev
Codacy code quality badge in README
2 parents be7a122 + 38a50b4 commit 1c2bb0f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# JavaScript Design Patterns
22

3-
[![Build Status](https://travis-ci.org/zoltantothcom/JavaScript-Design-Patterns.svg?branch=master)](https://travis-ci.org/zoltantothcom/JavaScript-Design-Patterns) [![Coverage Status](https://coveralls.io/repos/github/zoltantothcom/JavaScript-Design-Patterns/badge.svg)](https://coveralls.io/github/zoltantothcom/JavaScript-Design-Patterns) [![Greenkeeper badge](https://badges.greenkeeper.io/zoltantothcom/JavaScript-Design-Patterns.svg)](https://greenkeeper.io/)
3+
[![Build Status](https://travis-ci.org/zoltantothcom/JavaScript-Design-Patterns.svg?branch=master)](https://travis-ci.org/zoltantothcom/JavaScript-Design-Patterns) [![Coverage Status](https://coveralls.io/repos/github/zoltantothcom/JavaScript-Design-Patterns/badge.svg)](https://coveralls.io/github/zoltantothcom/JavaScript-Design-Patterns) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/5f4e97b771504e23b0b414d2cbc69506)](https://www.codacy.com/app/zoltantothcom/JavaScript-Design-Patterns?utm_source=github.com&utm_medium=referral&utm_content=zoltantothcom/JavaScript-Design-Patterns&utm_campaign=Badge_Grade) [![Greenkeeper badge](https://badges.greenkeeper.io/zoltantothcom/JavaScript-Design-Patterns.svg)](https://greenkeeper.io/)
44

55
JavaScript Design Patterns - a game to get familiar with the design patterns, test your knowledge or simply for fun.
66

src/data/patterns.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,8 @@ export default Person;`
235235
id: 'adapter',
236236
name: 'Adapter',
237237
type: 'structural',
238-
hint:
239-
'allows classes with incompatible interfaces to work together by wrapping its own interface around that of an already existing class',
238+
hint: `allows classes with incompatible interfaces to work together by wrapping its
239+
own interface around that of an already existing class`,
240240
codeES5: `function Soldier(lvl) {
241241
this.lvl = lvl;
242242
}

0 commit comments

Comments
 (0)