Skip to content

Commit 5685204

Browse files
committed
Changes to analysis.md and trying to move image and src path.
1 parent bbeb50c commit 5685204

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<div class="row-fluid">
4343
<div class="span3">
4444
<div class="manual-image">
45-
<img src="https://github.com/Hutchy68/coding-standards/blob/gh-pages/manual/en-US/coding-standards/joomla_coding_standards_manual.png?raw=true" alt="Joomla! Graphic">
45+
<img src="assets/img/joomla_coding_standards_manual.png?raw=true" alt="Joomla! Graphic">
4646
</div>
4747
<div class="well sidebar-nav" id="doc-menu">
4848
</div><!--/.well -->

manual/en-US/appendices/analysis.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,21 @@ In order to improve the consistency and readability of the source code, the Joom
88

99
### Running CodeSniffer
1010

11-
The Joomla Platform sniffer rules are written to be used with a tool
12-
called PHP\_CodeSniffer. Please see the [PHP\_CodeSniffer Pear
11+
The Joomla Coding Standards sniffer rules are written to be used with a tool called PHP CodeSniffer. Please see the [PHP CodeSniffer Pear
1312
Page](http://pear.php.net/package/PHP_CodeSniffer) for information on
14-
installing PHP\_CodeSniffer on your system.
13+
installing PHP CodeSniffer on your system.
1514

16-
You can run the CodeSniffer by going to the platform root directory and
17-
executing `phpcs --report=checkstyle
18-
--report-file=build/logs/checkstyle.xml --standard=/path/to/platform/build/phpcs/Joomla /path/to/platform`
15+
You can run the CodeSniffer by going to the CMS, Framework, or Issue Tracker's root directory and executing
1916

20-
Alternatively, if you have Ant installed on your system, you may run the
21-
CodeSniffer by going to the platform root directory and executing
22-
`ant phpcs`
17+
```
18+
phpcs --report=checkstyle --report-file=build/logs/checkstyle.xml --standard=/path/to/<your root>/build/phpcs/Joomla /path/to/<your root>
19+
```
20+
21+
Alternatively, if you have Ant installed on your system, you may run the CodeSniffer by going to the `<root directory>` of the Joomla project's code you want to test and executing
22+
23+
```
24+
ant phpcs
25+
```
2326

2427
#### Known Issues
2528

@@ -32,6 +35,3 @@ CodeSniffer by going to the platform root directory and executing
3235
Here are some other tools available to developers who are planning to submit source code to the project.
3336

3437
### PhpStorm Code Style Scheme
35-
36-
37-

0 commit comments

Comments
 (0)