lint

    -1热度

    1回答

    csslint.net是给我这个错误: Missing vendor-prefixed CSS gradients for Old Webkit (Safari 4+, Chrome), Opera 11.1+. .ui-dialog, .grey_box { background: -moz-linear-gradient(top, #fefefe, #dddddd); ba

    0热度

    1回答

    我有我的联系人列表中的复选框以选中该复选框。但复选框以白色为主色调,它是不可见的,所以,我需要的是边框改为黑色......请帮我修改代码 这是我的布局代码 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tool

    12热度

    1回答

    大家好我有掉毛的错误,我不知道它在说什么,这是错误: src/app/particles/particles.component.ts[4, 1]: Implement lifecycle hook interfaces (https://angular.io/docs/ts/latest/guide/style-guide.html#!#09-01)列NR 4是@Component({线 我已阅

    0热度

    1回答

    我想使用Hound CI的自动github评论,但已将javascript配置为通过bnb的风格指南(https://www.npmjs.com/package/eslint-config-airbnb)。我似乎无法获得Hound的配置来获取该软件包中提供的eslint规则。 如果有人有步骤或演示应用程序有这个工作,我真的很感激这些信息。

    3热度

    2回答

    使用gradle-lint-plugin Android Studio中,它暗示 :lintGradle This project contains lint violations. A complete listing of the violations follows. Because none were serious, the build's overall status was

    1热度

    1回答

    我已经阅读了关于可疑截断的Lint警告的相关问题,但这里是一个纯粹的C案例。 下面的行是其中Warning #647弹出: pCont->sig -= (signed int64_t)((sub2 << 8)/pCont->freq + 1); 其中pCont->sig也是64位带符号的(类型signed int64_t),并且两个sub2和freq是32位的无符号的。所有这些都是用armcc

    4热度

    1回答

    我加入到我的build.sbt为directed: addCompilerPlugin("org.psywerx.hairyfotr" %% "linter" % "0.1.14") 现在怎么办?我可以照常编译我的项目,但没有看到任何来自linter的输出。我需要运行一项特殊的任务吗?

    35热度

    2回答

    我的团队和我开发了Android应用程序,并决定了所有应遵循的编码准则。因此,我开始实现自定义规则皮棉按以下链接: Post写的马特·康普顿 Git Repo 说我有实际上是在一个项目上实施这些规则皮棉的问题基础。当我运行./gradlew clean build test install时,按照规定适用规则并且一切正常。但是,当我用./gradlew aarWrapper:assemble构建a

    3热度

    1回答

    我正在Android Studio上开发一个Android应用程序,我从API级别19调用方法。我的build.gradle外观像这样: android { compileSdkVersion 24 buildToolsVersion '24.0.2' productFlavors { // Define separate dev and prod pr

    3热度

    2回答

    我想禁用此警告:图像 [辅助功能]缺少 'contentDescription' 属性我知道解决的办法android:contentDescription:"@null"。但我希望能够完成整个项目,而不是每个ImageView。 在documentation of tools android,他们主张做这样的: android { lintOptions { disable