- Apr 27, 2017
-
-
Daniel Siepmann authored
-
Daniel Siepmann authored
-
Daniel Siepmann authored
* To make writing merge requests easier. * Also this should keep them in same structure.
-
Daniel Hürtgen authored
Feature/54 add checks for typoscript Closes #54 See merge request !74
-
Daniel Hürtgen authored
Feature/72 refactor sniff architecture Closes #72 See merge request !78
-
Daniel Hürtgen authored
-
Daniel Hürtgen authored
-
- Apr 25, 2017
-
-
Daniel Siepmann authored
* Also test that we don't modify working parts
-
Daniel Siepmann authored
* Reduce indentation. * Provide internal API to add new feature with necessary checks.
-
Daniel Siepmann authored
-
Daniel Siepmann authored
-
Daniel Siepmann authored
-
Daniel Siepmann authored
-
Daniel Siepmann authored
-
Daniel Siepmann authored
* To keep naming in sync with code, to make examples work.
-
Daniel Siepmann authored
* As long as we don't make use of intersphinx disable it to speed up rendering of documentation.
-
Daniel Siepmann authored
* Remove unnecessary documentation. * Remove unused code. * Add missing documentation. Relates: #72
-
Daniel Siepmann authored
Relates: #72
-
Daniel Siepmann authored
* Add further tests with quotes. * Handle prefix in strings. * Remove old originalTokenContent which is no longer in use, as we use str_replace, introduced in earlier commit. Relates: #72
-
Daniel Siepmann authored
-
Daniel Siepmann authored
* Make MissingNamespaceSniff work again. * Move to old namespace as it's a custom sniff, not a general one. * Do not use new feature here, implement logic internal. * Remove message from ruleset, use it directly. Relates: #72
-
Daniel Siepmann authored
* As sometimes not the whole token should be replaces, but only the classname within the token, we replace them always this way. * Before the refactoring, that was done in the concrete sniffs. * Affected are e.g. php doc comments. Relates: #72
-
Daniel Siepmann authored
* Remove unnecessary information to shorten output. * This should make it easier to get the actual issue.
-
Daniel Siepmann authored
* Fix wrong class name, to allow features to match. Relates: #72
-
Daniel Siepmann authored
* All tests where only file name in diff was wrong are working again. Relates: #72
-
Daniel Siepmann authored
* Make TypeHintSniff tests pass again. * Fix typo in class name preventing new feature mechanism from matching. Relates: #72
-
Daniel Siepmann authored
* Make use sniff tests pass again. Relates: #72
-
Daniel Siepmann authored
Relates: #72
-
Daniel Siepmann authored
* Have all feature related classes in a single namespace. Relates: #72
-
Daniel Siepmann authored
* Migrate class names. * Add new architecture of "Features". * Configure old assignments for new features. * Rename necessary parts. Relates: #72
-
Daniel Siepmann authored
* Add license to file.
-
- Apr 13, 2017
-
-
Daniel Hürtgen authored
TASK: Remove no longer used .scrutinizer.yml See merge request !76
-
Daniel Siepmann authored
* As we don't use Scrutinizer any longer, but our own CI on gitlab.
-
Daniel Hürtgen authored
Improve CI file See merge request !75
-
Daniel Hürtgen authored
TASK: Update readme See merge request !73
-
Daniel Siepmann authored
* Follow CGL and fix issue.
-
Daniel Siepmann authored
* Don't repeat yourself. * Make file shorter and easier to read. * Also make it easier to change something.
-
Daniel Siepmann authored
* As second report is not necessary and won't be generated since the first call will return exit > 0
-
Daniel Siepmann authored
* As no further calls are made once a call failed. * Therefore call all reports in a single command.
-
Daniel Siepmann authored
-