Skip to content

Commit 91467f3

Browse files
committed
Fix 0pdd issue with "too many leading spaces"
Reading .rubocop.yml... Reading todo.yml... ERROR: todo.yml; puzzle at line #16; Too many leading spaces at 24:2; make sure all lines that include the puzzle body start at position #3. If you can't understand the cause of this issue or you don't know how to fix it, please submit a GitHub issue, we will try to help you: https://github.com/yegor256/pdd/issues. This tool is still in its beta version and we will appreciate your feedback. Here is where you can find more documentation: https://github.com/yegor256/pdd/blob/master/README.md. Exit code is 1 /app/objects/git_repo.rb:66:in `rescue in block in xml' /app/objects/git_repo.rb:63:in `block in xml' /app/vendor/ruby-2.6.0/lib/ruby/2.6.0/tempfile.rb:295:in `open' /app/objects/git_repo.rb:62:in `xml' /app/objects/puzzles.rb:36:in `deploy' /app/objects/job.rb:38:in `proceed' /app/objects/job_starred.rb:33:in `proceed' /app/objects/job_recorded.rb:32:in `proceed' /app/objects/job_emailed.rb:35:in `proceed' /app/objects/job_commiterrors.rb:36:in `proceed' /app/objects/job_detached.rb:48:in `exclusive' /app/objects/job_detached.rb:36:in `block in proceed' /app/objects/job_detached.rb:36:in `fork' /app/objects/job_detached.rb:36:in `proceed' /app/0pdd.rb:358:in `block in '
1 parent 8f39ac1 commit 91467f3

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

test/vcs4sql/sqlite/migration_test.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
# SOFTWARE.
22-
#
2322

2423
require_relative "../../sqlite_test"
2524
require_relative "../../../lib/vcs4sql/sqlite/migration"

todo.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
# |- lib
2222
# |- test
2323
# |- upgrade
24-
# |- sqlite
25-
# |- 00-define-initial-structure.sql
26-
# |- 02-add-missing-foreign-keys.sql
27-
# |- 03-add-missing-indexes.sql
28-
# |- 99-add.testdata.sql
29-
# |- postgres
30-
# |- ...
31-
# |- mysql
32-
# |- ...
24+
# ||||- sqlite
25+
# ||||||||- 00-define-initial-structure.sql
26+
# ||||||||- 02-add-missing-foreign-keys.sql
27+
# ||||||||- 03-add-missing-indexes.sql
28+
# ||||||||- 99-add.testdata.sql
29+
# ||||- postgres
30+
# ||||||||- ...
31+
# |||||- mysql
32+
# ||||||||- ...
3333
# |- Gemfile
34-
# ...
34+
# ...

0 commit comments

Comments
 (0)