We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7963b5 commit 1630109Copy full SHA for 1630109
README.rdoc
@@ -113,6 +113,7 @@ The tool creates the following folders:
113
git clone https://github.com/pmd/pmd-regression-tester.git
114
cd pmd-regression-tester
115
gem install bundler
116
- bundle install --path=vendor/cache
+ bundle config set path "vendor/cache"
117
+ bundle install # once
118
bundle exec rake verify # run this command before commit your changes
119
bundle exec pmdtester ... # run this to directly execute pmdtester from source
0 commit comments