File tree Expand file tree Collapse file tree 12 files changed +68
-11
lines changed Expand file tree Collapse file tree 12 files changed +68
-11
lines changed Original file line number Diff line number Diff line change 1010 steps :
1111 - uses : actions/checkout@v4
1212 - name : MegaLinter
13- run : ./scripts/lint
13+ run : ./scripts/lint -c
1414 env :
1515 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 11# Configuration file for MegaLinter
22# See all available variables at https://megalinter.io/configuration/ and in linters documentation
33
4- APPLY_FIXES : none
54DISABLE :
6- - SPELL
75 - REPOSITORY
86 - JSON
9- - MARKDOWN
107 - JAVASCRIPT
118 - CSS
129 - HTML
1310 - COPYPASTE
1411DISABLE_LINTERS :
1512 - YAML_V8R
13+ - SPELL_LYCHEE
14+ - MARKDOWN_MARKDOWNLINT
15+ - MARKDOWN_MARKDOWN_TABLE_FORMATTER
1616PRINT_ALL_FILES : false
1717DOCKERFILE_HADOLINT_ARGUMENTS : " --ignore DL3008 --ignore DL4006 --ignore DL3009 --ignore DL3059"
18+ BASH_SHFMT_ARGUMENTS : " -i 4"
1819SHOW_ELAPSED_TIME : true
19- FLAVOR_SUGGESTIONS : false
20+ FLAVOR_SUGGESTIONS : true
2021EMAIL_REPORTER : false
2122FILEIO_REPORTER : false
Original file line number Diff line number Diff line change 11---
22name : Budget / Finance
33logo : " /img/categories/budget-finance.svg"
4+ # spell-checker: disable
45logo_credit : Renan Ferreira Santos from the Noun Project
56featured : true
67---
Original file line number Diff line number Diff line change 11---
22name : Education
33logo : " /img/categories/education.svg"
4+ # spell-checker: disable
45logo_credit : Sergey Patutin from the Noun Project
56featured : true
67---
Original file line number Diff line number Diff line change 11---
22name : Parks / Recreation
33logo : " /img/categories/parks-recreation.svg"
4+ # spell-checker: disable
45logo_credit : Pipe Rosas Licht from the Noun Project
56featured : true
67---
Original file line number Diff line number Diff line change 11---
22name : Public Safety
33logo : " /img/categories/public-safety.svg"
4+ # spell-checker: disable
45logo_credit : Rohith M S from the Noun Project
56featured : true
67---
Original file line number Diff line number Diff line change 11---
22name : Transportation
33logo : " /img/categories/transportation.svg"
4+ # spell-checker: disable
45logo_credit : Dmitry Baranovskiy from the Noun Project
56featured : true
67---
Original file line number Diff line number Diff line change 11---
22name : Uncategorized
33logo : " /img/categories/uncategorized.svg"
4+ # spell-checker: disable
45logo_credit : Edward Boatman from the Noun Project
56featured : true
67---
Original file line number Diff line number Diff line change 1+ // cSpell Settings
2+ {
3+ // Version of the setting file. Always 0.2
4+ "version" : " 0.2" ,
5+ // language - current active spelling language
6+ "language" : " en" ,
7+ "allowCompoundWords" : true ,
8+ // words - list of words to be always considered correct
9+ "words" : [
10+ " jkan" ,
11+ " esac" ,
12+ " jsonify" ,
13+ " markdownify" ,
14+ " Wisniewski" ,
15+ " Licence" ,
16+ " Uncategorized" ,
17+ " decap" ,
18+ " Phila" ,
19+ " ublabs" ,
20+ " customised" ,
21+ " customise" ,
22+ " shfmt"
23+ ]
24+ }
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ JKAN is a [Jekyll](http://jekyllrb.com/) site that uses JavaScript for enhanced
3333| ` _data/licenses.yml ` | A list of licenses that datasets can be associated with |
3434| ` _datasets ` | A directory of ` .md ` files containing dataset information in YAML front-matter |
3535| ` _dataset_categories ` | A directory of ` .md ` files containing dataset categories in YAML front-matter |
36- | ` _includes ` | HTML partials that are included in layouts. ` display ` is used by [ schema files ] ( /docs/configuration.md ) |
36+ | ` _includes ` | HTML partials that are included in layouts. |
3737| ` _layouts ` | Page templates |
3838| ` _organizations ` | A directory of ` .md ` files containing organization information in YAML front-matter |
3939| ` editor ` | Configuration for the Editor UI, described below |
You can’t perform that action at this time.
0 commit comments