Commit graph

23 commits

Author SHA1 Message Date
Daniel Hürtgen 0c91d7b22c Merge branch 'feature/15-check-all-possible-occurences-of-class' into 'develop'
FEATURE: Detect classes in strings

Closes #15 and #43

See merge request !84
2017-05-16 15:32:55 +02:00
Daniel Siepmann 666bbdb26a
TASK: Add tests for mapping class
* Add minimum phpdoc.
* Add tests.
* Fix issue in class.
* Fix phpmd issues.
2017-05-04 11:58:49 +02:00
Daniel Siepmann e5d7f5ac01
Merge branch 'develop' into feature/66-ts-structure 2017-05-04 08:21:11 +02:00
Daniel Siepmann dffcac2bd5
FEATURE: Add FQObjectIdentifier to TypoScript tokens
* To make later checks easier, add the fully qualified object
  identifier, to all object identifier tokens while tokenizing
  TypoScript.
* Adjust tests accordingly.
* Add necessary autoloading.

Closes: #66
2017-05-02 10:48:43 +02:00
Daniel Siepmann 510774a3cc
TASK: Support at least PHP 5.6
* Adjust CI , composer and docs.
* Migrate modern code to 5.6 supported code.

Relates: #71
2017-04-27 14:16:22 +02:00
Daniel Siepmann 2659066e21
WIP|TASK: Migrate Typo3Update_Sniffs_Removed_TypoScriptSniff
* Refactor yaml based removed check architecture.
* Migrate TypoScriptSniff to new architecture.

Relates: #71
2017-04-27 12:51:16 +02:00
Daniel Siepmann 24fcca561f Merge branch 'develop' into 'feature/58-convert-to-php-codesniffer-composer-plugin'
# Conflicts:
#   composer.json
2017-04-11 14:28:06 +02:00
Daniel Hürtgen 7790f19a74 FEATURE: Convert to php-codesniffer-standards composer package type 2017-04-11 11:13:14 +02:00
Daniel Siepmann e8211dc411 Merge remote-tracking branch 'origin/develop' into feature/gitlab-ci 2017-04-11 11:10:19 +02:00
Daniel Siepmann 87a3cc071a Merge pull request #60 from DanielSiepmann/feature/update-typoscript-dependency
TASK: Update to latest TypoScript tokenizer
2017-04-11 11:07:19 +02:00
Daniel Siepmann 161ea3f582
TASK: Update autoloading
* Split up dev loading
2017-04-11 11:00:27 +02:00
Daniel Siepmann d81b50d88e Merge remote-tracking branch 'origin/feature/update-typoscript-dependency' into feature/gitlab-ci 2017-04-10 09:35:03 +02:00
Daniel Siepmann a16ae7b8d4
TASK: Update to latest TypoScript tokenizer
* As official project does no longer modify the file to tokenize.
* Add tests to test integration.
2017-04-09 20:14:16 +02:00
Daniel Siepmann b8d84c5bdc
TASK: Add further linting 2017-04-09 00:14:27 +02:00
Daniel Siepmann 1b309bd709
WIP|FEATURE: First working test
* Parses fixtures to auto run tests for sniffs.
* Compares actual result for fixture input against expected result from
  fixture.

Relates: #46
2017-04-06 10:39:24 +02:00
Daniel Siepmann 0e5d74b51d
Merge remote-tracking branch 'origin/develop' into feature/38-add-typoscript-tokenizer 2017-04-06 08:10:21 +02:00
Daniel Siepmann 55bdb39fa5
WIP|FEATURE: Integrate TypoScript
* Provide tokens for TypoScript.
* Provide first basic example of a working sniff.

Relates: #38
2017-04-04 13:31:39 +02:00
Daniel Siepmann 125c4280d6
WIP|FEATURE: Try to add tokenizer
* First try to add tokenizer to code sniffer

Relates: #38
2017-03-30 13:02:47 +02:00
Daniel Siepmann cd434ac639
WIP|FEATURE: Provide configuration files for deprecated functions
* To provide a way to adjust deprecations without touching standard.
* Provide an option defining the path to lookup the configuration files.
* Parse yaml files containing deprecations.

Relates: #33
2017-03-28 12:52:14 +02:00
Simon Huebner 4ea8af58cd change composer dependency to right path of phpcs 2017-03-21 10:20:46 +01:00
Daniel Siepmann 1eb52ff975
TASK: Remove development package psysh
* Instead install it on your local machine, it's not related to this
  project.
2017-03-14 09:19:12 +01:00
Daniel Siepmann 9e0106c83f
FEATURE: Also migrate PHPDoc annotations
* Migrate @param and @return statements.
2017-03-07 14:56:18 +01:00
Daniel Siepmann f4fbbcab77
FEATURE: Provide first basic implementation of classmapping
* Install PHP CodeSniffer.
* Install our project as new Standard.
* Set our Standard as default.
* Provide first basic implementation to detect implemented interfaces
  with old legacy class names and migrate them to new ones.
2017-03-07 13:36:09 +01:00