Skip to content

Commit

Permalink
docs: updates to lint and conduct
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Privitere <23177737+cprivitere@users.noreply.github.com>
  • Loading branch information
cprivitere committed Jul 18, 2023
1 parent a7ca174 commit dc4e51f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 24 deletions.
25 changes: 11 additions & 14 deletions .github/workflows/superlinter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,11 @@ name: Lint Code Base
on:
# run anytime a PR is merged to main or a direct push to main
push:
branches: [main, test]
branches: [main]

# run on any push to a PR branch
pull_request:

workflow_dispatch:
# run manually from the Actions tab

# cancel any previously-started, yet still active runs of this workflow on the same branch
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
Expand All @@ -35,15 +32,15 @@ jobs:

### Optional settings examples

with:
### For a DevOps-focused repository. Prevents some code-language linters from running
### defaults to false
# devops-only: false
# with:
### For a DevOps-focused repository. Prevents some code-language linters from running
### defaults to false
### devops-only: false

### A regex to exclude files from linting
### defaults to empty
filter-regex-exclude: dist/.*
### A regex to exclude files from linting
### defaults to empty
### filter-regex-exclude: html/.*

### If you're using the 'prettier' javascript style with eslint linting set this to true
### defaults to false
javascript-use-prettier: true
### If you're using the 'prettier' javascript style with eslint linting set this to true
### defaults to false
### javascript-use-prettier: true
21 changes: 11 additions & 10 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

# Contributor Covenant Code of Conduct

## Our Pledge
Expand All @@ -17,23 +18,23 @@ diverse, inclusive, and healthy community.
Examples of behavior that contributes to a positive environment for our
community include:

- Demonstrating empathy and kindness toward other people
- Being respectful of differing opinions, viewpoints, and experiences
- Giving and gracefully accepting constructive feedback
- Accepting responsibility and apologizing to those affected by our mistakes,
* Demonstrating empathy and kindness toward other people
* Being respectful of differing opinions, viewpoints, and experiences
* Giving and gracefully accepting constructive feedback
* Accepting responsibility and apologizing to those affected by our mistakes,
and learning from the experience
- Focusing on what is best not just for us as individuals, but for the overall
* Focusing on what is best not just for us as individuals, but for the overall
community

Examples of unacceptable behavior include:

- The use of sexualized language or imagery, and sexual attention or advances of
* The use of sexualized language or imagery, and sexual attention or advances of
any kind
- Trolling, insulting or derogatory comments, and personal or political attacks
- Public or private harassment
- Publishing others' private information, such as a physical or e-mail address,
* Trolling, insulting or derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or email address,
without their explicit permission
- Other conduct which could reasonably be considered inappropriate in a
* Other conduct which could reasonably be considered inappropriate in a
professional setting

## Enforcement Responsibilities
Expand Down

0 comments on commit dc4e51f

Please sign in to comment.