flowengine-cli 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ae12fe144b1694228a1fcdaeccab821dbbb4667be164bc01cb2ffd7111a7cba1
4
- data.tar.gz: 45e96c201167069000eea870f8801777c01c561570cb029fef3c428fc9919609
3
+ metadata.gz: a8ce6c7e9476f9e15191fb5736573603b83b877742b77f551db4943e4b4aed11
4
+ data.tar.gz: 70156ee76406551147f54933670418fa02d7813b3c257a45f4afcc826b305b61
5
5
  SHA512:
6
- metadata.gz: 3d8f0f0c29129144bdd700e621307b17df356a460c85468806efab0d683409b2fbcdc7da34bec9868b22d0394ab3d503ead856fd78e3ae837292a8a760b08c32
7
- data.tar.gz: dcb8897fd96a7f5841006937e3448bc913e126829ab772c57967c2b2741440b5e5e708314281eb43a3d4b8b742489c1315f1426dcdb197b65b0ec3087ae56a73
6
+ metadata.gz: 4a55d240910910ae4527769df7920e7763c3917e94d5e959456ce0abf0ce854a479fb410acbd84c3bd82aa86d8c4225bc1fb173659214a148c2d2d67da14128d
7
+ data.tar.gz: 73e40e141459d75e27260f3a8709824970c1dce7372b93e8d11d8e7e7fd15c8f2bc0ef783cae86f1e851ba110c93283884de6f6203a8994969a684e2070362f0
data/.rubocop_todo.yml CHANGED
@@ -1,7 +1,22 @@
1
1
  # This configuration was generated by
2
2
  # `rubocop --auto-gen-config`
3
- # on 2026-02-27 03:54:38 UTC using RuboCop version 1.85.0.
3
+ # on 2026-03-05 19:15:31 UTC using RuboCop version 1.85.1.
4
4
  # The point is for the user to remove these configuration records
5
5
  # one by one as the offenses are removed from the code base.
6
6
  # Note that changes in the inspected code, or installation of new
7
7
  # versions of RuboCop, may require this file to be generated again.
8
+
9
+ # Offense count: 5
10
+ # Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
11
+ # AllowedMethods: refine
12
+ Metrics/BlockLength:
13
+ Max: 125
14
+
15
+ # Offense count: 1
16
+ # This cop supports unsafe autocorrection (--autocorrect-all).
17
+ # Configuration parameters: EnforcedStyle.
18
+ # SupportedStyles: always, always_true, never
19
+ Style/FrozenStringLiteralComment:
20
+ Exclude:
21
+ - '**/*.arb'
22
+ - 'examples/08_intake.rb'