Skip to content

Commit

Permalink
chore(ci): update commitlint (#2315)
Browse files Browse the repository at this point in the history
commit-id:b131efeb
  • Loading branch information
Itay-Tsabary-Starkware authored Dec 1, 2024
1 parent 8b3775e commit 1b8e0ef
Showing 1 changed file with 40 additions and 33 deletions.
73 changes: 40 additions & 33 deletions commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,54 +19,61 @@ const Configuration = {
*/
rules: {
'scope-enum': [2, 'always', [
'base_layer',
'batcher',
'block_hash',
'blockifier',
'blockifier_reexecution',
'cairo_native',
'ci',
'committer',
'common',
'concurrency',
'config',
'consensus',
'committer_cli',
'deployment',
'execution',
'fee',
'gateway',
'helm',
'infra',
'JSON-RPC',
'l1_provider',
'load_test',
'mempool',
'mempool_p2p',
'mempool_p2p_types',
'infra_utils',
'mempool_test_utils',
'mempool_types',
'monitoring',
'native_blockifier',
'network',
'node',
'papyrus_base_layer',
'papyrus_common',
'papyrus_config',
'papyrus_execution',
'papyrus_load_test',
'papyrus_monitoring_gateway',
'papyrus_network',
'papyrus_network_types',
'papyrus_node',
'papyrus_p2p_sync',
'papyrus_proc_macros',
'papyrus_protobuf',
'papyrus_rpc',
'papyrus_state_reader',
'protobuf',
'papyrus_storage',
'papyrus_sync',
'papyrus_test_utils',
'release',
'sequencer_infra',
'sequencer_node',
'skeleton',
'sequencing',
'starknet_api',
'starknet_batcher',
'starknet_batcher_types',
'starknet_client',
'starknet_committer',
'starknet_consensus_manager',
'starknet_gateway',
'state',
'storage',
'sync',
'test_utils',
'tests_integration',
'transaction',
'types',
'starknet_gateway_types',
'starknet_http_server',
'starknet_integration_tests',
'starknet_l1_provider',
'starknet_mempool',
'starknet_mempool_p2p',
'starknet_mempool_p2p_types',
'starknet_mempool_types',
'starknet_monitoring_endpoint',
'starknet_patricia',
'starknet_sequencer_infra',
'starknet_sequencer_node',
'starknet_sierra_compile',
'starknet_state_sync',
'starknet_state_sync_types',
'starknet_task_executor',
]],
'header-max-length': [2, 'always', 72],
'header-max-length': [2, 'always', 100],
},
/*
* Functions that return true if commitlint should ignore the given message.
Expand Down

0 comments on commit 1b8e0ef

Please sign in to comment.