Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: README.md

Issue 29905555: Noissue - Add badge, rename "tests" to "test" (Closed)
Patch Set: Created Oct. 9, 2018, 12:01 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « .gitlab-ci.yml ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [![Pipeline status](https://gitlab.com/eyeo/adblockplus/adblockpluschrome/badges /master/build.svg)](https://gitlab.com/eyeo/adblockplus/adblockpluschrome/pipeli nes/)
2
1 Adblock Plus for Chrome, Opera, Microsoft Edge and Firefox 3 Adblock Plus for Chrome, Opera, Microsoft Edge and Firefox
2 ========================================================== 4 ==========================================================
3 5
4 This repository contains the platform-specific Adblock Plus source code for 6 This repository contains the platform-specific Adblock Plus source code for
5 Chrome, Opera, Microsoft Edge and Firefox. It can be used to build 7 Chrome, Opera, Microsoft Edge and Firefox. It can be used to build
6 Adblock Plus for these platforms, generic Adblock Plus code will be extracted 8 Adblock Plus for these platforms, generic Adblock Plus code will be extracted
7 from other repositories automatically (see _dependencies_ file). 9 from other repositories automatically (see _dependencies_ file).
8 10
9 Note that the Firefox extension built from this repository is the new 11 Note that the Firefox extension built from this repository is the new
10 [WebExtension](https://developer.mozilla.org/en-US/Add-ons/WebExtensions). 12 [WebExtension](https://developer.mozilla.org/en-US/Add-ons/WebExtensions).
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 139
138 You will need to setup first. This will install our configuration 140 You will need to setup first. This will install our configuration
139 [eslint-config-eyeo](https://hg.adblockplus.org/codingtools/file/tip/eslint-conf ig-eyeo) 141 [eslint-config-eyeo](https://hg.adblockplus.org/codingtools/file/tip/eslint-conf ig-eyeo)
140 and everything needed after you run: 142 and everything needed after you run:
141 143
142 npm install 144 npm install
143 145
144 Then you can run to lint the code: 146 Then you can run to lint the code:
145 147
146 npm run lint 148 npm run lint
OLDNEW
« no previous file with comments | « .gitlab-ci.yml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld