mirror of
https://github.com/anthonyoteri/dredge.git
synced 2026-06-05 15:26:53 -04:00
Merge pull request #10 from anthonyoteri/clippy-pedantic
Enable Clippy::Pedantic checks by default
This commit is contained in:
@@ -40,7 +40,9 @@ jobs:
|
|||||||
cargo clippy
|
cargo clippy
|
||||||
--all-features
|
--all-features
|
||||||
--tests
|
--tests
|
||||||
--message-format=json | clippy-sarif | tee rust-clippy-results.sarif | sarif-fmt
|
--message-format=json
|
||||||
|
-- -D warnings
|
||||||
|
| clippy-sarif | tee rust-clippy-results.sarif | sarif-fmt
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
- name: Upload analysis results ot GitHub
|
- name: Upload analysis results ot GitHub
|
||||||
|
|||||||
@@ -14,6 +14,8 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#![deny(clippy::pedantic)]
|
||||||
|
|
||||||
use std::ffi::OsString;
|
use std::ffi::OsString;
|
||||||
use std::path::PathBuf;
|
use std::path::PathBuf;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user