-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #101 from ongr-io/master
2.1.0 Release request
- Loading branch information
Showing
22 changed files
with
1,051 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,8 +46,9 @@ Ever wanted to standardize your team's code style? This is a **PSR-2 compliant c | |
} | ||
} | ||
.. warning:: | ||
No more code like this! | ||
.. | ||
**No more code like this!** | ||
|
||
After ONGR Strict Standard validation: | ||
|
||
|
@@ -97,7 +98,7 @@ Requirements | |
Acknowledgement | ||
--------------- | ||
Our work is based solely on Squiz Labs [Squiz coding standard](https://github.com/squizlabs/PHP_CodeSniffer) and [opensky Symfony2 coding standard](https://github.com/escapestudios/Symfony2-coding-standard). | ||
Our work is based solely on Squiz Labs `Squiz coding standard <https://github.com/squizlabs/PHP_CodeSniffer>`_ and `opensky Symfony2 coding standard <https://github.com/escapestudios/Symfony2-coding-standard>`_. | ||
Installation | ||
------------ | ||
|
@@ -118,14 +119,13 @@ Or optionally you can install globally to all projects at `~/.composer/composer. | |
Then: `composer global update`. | ||
.. warning:: | ||
If you are planing on developing, then sources should be located in `ONGR` directory. | ||
**Warning:** if you are planing on developing, then sources should be located in `ONGR` directory. | ||
For example, when cloning add target directory: | ||
For example, when cloning add target directory: | ||
.. code:: bash | ||
.. code:: bash | ||
git clone [email protected]:<username>/ongr-strict-standard.git ONGR | ||
git clone [email protected]:<username>/ongr-strict-standard.git ONGR | ||
Running | ||
|
@@ -134,11 +134,11 @@ Running | |
vendor/bin/phpcs -p --standard=/home/<user>/.composer/vendor/ongr/ongr-strict-standard/ONGR --ignore=vendor/,Tests/app/,Resources/public/ ./ | ||
.. note:: | ||
Do not use `~` for HOME parameter, as PHPCS will not expand it. | ||
.. | ||
**Note:** Do not use `~` for HOME parameter, as PHPCS will not expand it. | ||
.. note:: | ||
**IDEs also support running Code Sniffer** and adding error annotations directly on editor's source code (e.g. PHPStorm). Please see your IDE's documentation on how to add standard from custom directory. | ||
**Note:** IDEs also support running Code Sniffer and adding error annotations directly on editor's source code (e.g. PHPStorm). Please see your IDE's documentation on how to add standard from custom directory. | ||
PHPStorm Helper | ||
--------------- | ||
|
@@ -158,4 +158,4 @@ License | |
------- | ||
This bundle is under the MIT license. Please, see the complete license | ||
in the bundle ``LICENSE`` file. | ||
in the bundle ``LICENSE`` file. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.