Skip to content

Commit

Permalink
Merge branch 'master' into mbranch
Browse files Browse the repository at this point in the history
  • Loading branch information
boulais01 authored Nov 21, 2023
2 parents 7608fa4 + c0a7779 commit 64a4035
Show file tree
Hide file tree
Showing 17 changed files with 1,334 additions and 900 deletions.
9 changes: 9 additions & 0 deletions .chasten/config_url_and_local_checks_files.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# chasten configuration
# used for testing purposes
chasten:
# point to a combination of checks files and local files
checks-file:
- https://raw.githubusercontent.com/AstuteSource/chasten-configuration/master/dummy_checks.yml
- checks.yml
- https://raw.githubusercontent.com/AstuteSource/chasten-configuration/master/dummy_checks.yml
- checks.yml
6 changes: 6 additions & 0 deletions .chasten/config_url_checks_file.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# chasten configuration
# used for testing purposes
chasten:
# point to a checks file
checks-file:
- https://raw.githubusercontent.com/AstuteSource/chasten-configuration/master/dummy_checks.yml
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -369,3 +369,6 @@ coverage.json

# bash command history
.bash_history

# viewable markdown analysis
analysis.md
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ first executable line of non-test and test-case functions in a Python project.
Note that the `pattern` attribute specifies the XPath version 2.0 expression
that `chasten` will use to detect the specified type of Python function. You can
type `chasten configure validate --config <path to chasten-configuration/
directory>` after filling in `<path to chasten-configuration>` with the
directory | config url>` after filling in `<path to chasten-configuration/directory | config url>` with the
fully-qualified name of your configuration directory and the tool will confirm
that your configuration meets the tool's specification. You can also use the
command `chasten configure create` command to automatically generate a starting
Expand Down Expand Up @@ -172,7 +172,7 @@ program:

```shell
chasten analyze lazytracker \
--config <path to the chasten-configuration/ directory> \
--config <path to the chasten-configuration/ directory | config url> \
--search-path <path to the lazytracker/ directory> \
--save-directory <path to the subject-data/lazytracker/ directory> \
--save
Expand All @@ -193,7 +193,7 @@ program:

```shell
chasten analyze multicounter \
--config <path to the chasten-configuration/ directory> \
--config <path to the chasten-configuration/ directory | config url> \
--search-path <path to the multicounter/ directory> \
--save-directory <path to the subject-data/lazytracker/ directory> \
--save
Expand Down
Loading

0 comments on commit 64a4035

Please sign in to comment.