Skip to content

Commit

Permalink
chore: meld common repo files
Browse files Browse the repository at this point in the history
  • Loading branch information
dafnamatsry committed Jul 18, 2024
1 parent d925f54 commit f040ab2
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 2 deletions.
20 changes: 19 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
/ci
# Generated by Cargo
# will have compiled files and executables
debug/
target/

# These are backup files generated by rustfmt
**/*.rs.bk

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

*.egg-info
build
dist
target
*/.vscode/*
*.DS_Store
tmp_venv/*
.vscode/settings.json
/data
/logs
/target
Expand Down
19 changes: 19 additions & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,39 @@ const Configuration = {
rules: {
'scope-enum': [2, 'always', [
'base_layer',
'block_builder',
'ci',
'common',
'config',
'consensus',
'execution',
'helm',
'JSON-RPC',
'load_test',
'monitoring',
'network',
'node',
'protobuf',
'release',
'starknet_client',
'storage',
'sync',
'test_utils',
'ci',
'gateway',
'mempool',
'mempool_node',
'tests-integration',
'concurrency',
'execution',
'fee',
'native_blockifier',
'state',
'transaction',
'block_hash',
'ci',
'skeleton',
'types',
]],
},
/*
Expand Down
2 changes: 1 addition & 1 deletion rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
edition = "2018"
edition = "2021"
newline_style = "Unix"
use_field_init_shorthand = true
use_small_heuristics = "Max"
Expand Down

0 comments on commit f040ab2

Please sign in to comment.